Merge branch 'master' of github.com:gnuboard/g4s
This commit is contained in:
@ -773,7 +773,7 @@ $pg_anchor = '<ul class="anchor">
|
||||
<th scope="row"><label for="cf_add_script">추가 script, css</label></th>
|
||||
<td>
|
||||
<?php echo help('HTML의 </HEAD> 태그위로 추가될 JavaScript와 css 코드를 설정합니다.<br>관리자 페이지에서는 이 코드를 사용하지 않습니다.') ?>
|
||||
<textarea name="cf_add_script" id="cf_add_script"><?php echo $config['cf_add_script'] ?></textarea>
|
||||
<textarea name="cf_add_script" id="cf_add_script"><?php echo get_text($config['cf_add_script']); ?></textarea>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -168,7 +168,7 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php');
|
||||
</section>
|
||||
|
||||
<?php
|
||||
include(G4_SNS_PATH."/view.sns.skin.php");
|
||||
include_once(G4_SNS_PATH."/view.sns.skin.php");
|
||||
?>
|
||||
|
||||
<?php
|
||||
|
||||
@ -124,10 +124,6 @@ var char_max = parseInt(<?php echo $comment_max ?>); // 최대
|
||||
<?php
|
||||
include(G4_SNS_PATH."/view_comment_write.sns.skin.php");
|
||||
?>
|
||||
<?php
|
||||
@include(G4_SKIN_PATH."/board/basic/view_comment.sns.skin.php");
|
||||
?>
|
||||
|
||||
<tr>
|
||||
<th scope="row">내용</th>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user