사용자: 로그인스킨 작업 중, 우편번호 검색의 legend 삭제

This commit is contained in:
whitedot
2013-01-17 16:32:04 +09:00
parent 1a84965437
commit 9593612ab4
6 changed files with 38 additions and 24 deletions

View File

@ -2,7 +2,7 @@
include_once('./_common.php');
$g4['title'] = '로그인';
include_once('./_head.php');
include_once('./_head.sub.php');
$p = parse_url($url);
if ((isset($p['scheme']) && $p['scheme']) ||
@ -52,5 +52,5 @@ $member_skin_path = $g4['path'].'/skin/member/'.$config['cf_member_skin'];
include_once($member_skin_path.'/login.skin.php');
include_once('./_tail.php');
include_once('./_tail.sub.php');
?>