사용자: 회원가입완료 스킨

This commit is contained in:
whitedot
2013-01-16 17:41:04 +09:00
parent 735a1eff60
commit 4b2ea621ff
4 changed files with 32 additions and 12 deletions

View File

@ -10,7 +10,7 @@ if (!$mb['mb_id'])
$member_skin_path = $g4['path'].'/skin/member/'.$config['cf_member_skin'];
$g4['title'] = '회원가입결과';
$g4['title'] = '회원가입이 완료되었습니다.';
include_once('./_head.php');
include_once($member_skin_path.'/register_result.skin.php');
include_once('./_tail.php');