notice 오류 해결중
This commit is contained in:
@ -6,7 +6,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||
|
||||
<section>
|
||||
<h2>회원가입약관</h2>
|
||||
<textarea readonly><?=get_text($config[cf_stipulation])?></textarea>
|
||||
<textarea readonly><?=get_text($config['cf_stipulation'])?></textarea>
|
||||
<input type="radio" id="agree11" name="agree" value="1"><label for="agree11">동의합니다.</label>
|
||||
<input type="radio" id="agree10" name="agree" value="0"><label for="agree10">동의하지 않습니다.</label>
|
||||
</section>
|
||||
@ -14,7 +14,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||
|
||||
<section>
|
||||
<h2>개인정보취급방침</h2>
|
||||
<textarea readonly><?=get_text($config[cf_privacy])?></textarea>
|
||||
<textarea readonly><?=get_text($config['cf_privacy'])?></textarea>
|
||||
<input type="radio" id="agree21" name="agree2" value="1"><label for="agree21">동의합니다.</label>
|
||||
<input type="radio" id="agree20" name="agree2" value="0"><label for="agree20">동의하지 않습니다.</label>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user