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

@ -104,7 +104,6 @@ $captcha_html = captcha_html();
// 회원아이콘 경로
$mb_icon = $g4['path'].'/data/member/'.substr($member['mb_id'],0,2).'/'.$member['mb_id'].'.gif';
$member_skin_path = $g4['path'].'/skin/member/'.$config['cf_member_skin'];
include_once('./_head.php');