skin_path 변경

This commit is contained in:
gnuboard
2013-01-18 10:00:12 +09:00
parent 2919314035
commit 7f41e68ddf
28 changed files with 41 additions and 57 deletions

View File

@ -13,7 +13,7 @@ function outlogin($skin_dir='basic')
$point = number_format($member['mb_point']);
}
$outlogin_skin_path = $g4['path'].'/skin/outlogin/'.$skin_dir;
$outlogin_skin_path = skin_path().'/outlogin/'.$skin_dir;
// 읽지 않은 쪽지가 있다면
if ($is_member) {