Merge branch 'master' of github.com:gnuboard/g4s

This commit is contained in:
whitedot
2013-06-24 16:53:47 +09:00
3 changed files with 2 additions and 6 deletions

View File

@ -773,7 +773,7 @@ $pg_anchor = '<ul class="anchor">
<th scope="row"><label for="cf_add_script">추가 script, css</label></th> <th scope="row"><label for="cf_add_script">추가 script, css</label></th>
<td> <td>
<?php echo help('HTML의 &lt;/HEAD&gt; 태그위로 추가될 JavaScript와 css 코드를 설정합니다.<br>관리자 페이지에서는 이 코드를 사용하지 않습니다.') ?> <?php echo help('HTML의 &lt;/HEAD&gt; 태그위로 추가될 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> </td>
</tr> </tr>
</tbody> </tbody>

View File

@ -168,7 +168,7 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php');
</section> </section>
<?php <?php
include(G4_SNS_PATH."/view.sns.skin.php"); include_once(G4_SNS_PATH."/view.sns.skin.php");
?> ?>
<?php <?php

View File

@ -124,10 +124,6 @@ var char_max = parseInt(<?php echo $comment_max ?>); // 최대
<?php <?php
include(G4_SNS_PATH."/view_comment_write.sns.skin.php"); include(G4_SNS_PATH."/view_comment_write.sns.skin.php");
?> ?>
<?php
@include(G4_SKIN_PATH."/board/basic/view_comment.sns.skin.php");
?>
<tr> <tr>
<th scope="row">내용</th> <th scope="row">내용</th>
<td> <td>