답변 2개
채택된 답변
+20 포인트
내용관리에서 작성하신담에 /bbs/register.php 파일에서
약관부분 <textarea readonly><?php echo get_text($config['cf_stipulation']) ?></textarea> 이거를
아래처럼 바꿔보세요.
Copy
<?php $co = sql_fetch(" select * from {$g5['content_table']} where co_id = 'provision' "); ?>
<textarea readonly><?php echo get_text($co['co_subject']) ?></textarea>
2019-03-16 (토) 12:56:45
답변을 작성하려면 로그인이 필요합니다.