사용자: 영역별 주석 처리 완료

This commit is contained in:
whitedot
2013-06-28 15:12:08 +09:00
parent d74b078ec3
commit 999371c47f
36 changed files with 592 additions and 519 deletions

View File

@ -2,6 +2,7 @@
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
?>
<!-- 회원가입약관 동의 시작 { -->
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
<form name="fregister" id="fregister" action="<?php echo $register_action_url ?>" onsubmit="return fregister_submit(this);" method="POST" autocomplete="off">
@ -49,3 +50,4 @@ function fregister_submit(f)
return true;
}
</script>
<!-- } 회원가입 약관 동의 끝 -->