Merge branch 'master' of github.com:gnuboard/g5
This commit is contained in:
@ -1020,7 +1020,7 @@ if ($config['cf_icode_id'] && $config['cf_icode_pw']) {
|
|||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><label for="cf_include_tail">하단 파일 경로</label></th>
|
<th scope="row"><label for="cf_include_tail">하단 파일 경로</label></th>
|
||||||
<td>
|
<td>
|
||||||
<?php echo help('입력이 없으면 tail.php가 상단 파일의 기본 경로로 설정됩니다.') ?>
|
<?php echo help('입력이 없으면 tail.php가 하단 파일의 기본 경로로 설정됩니다.') ?>
|
||||||
<input type="text" name="cf_include_tail" value="<?php echo $config['cf_include_tail'] ?>" id="cf_include_tail" class="frm_input" size="50">
|
<input type="text" name="cf_include_tail" value="<?php echo $config['cf_include_tail'] ?>" id="cf_include_tail" class="frm_input" size="50">
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@ -51,7 +51,7 @@ add_stylesheet('<link rel="stylesheet" href="'.$board_skin_url.'/style.css">', 0
|
|||||||
|
|
||||||
echo $option_hidden;
|
echo $option_hidden;
|
||||||
?>
|
?>
|
||||||
<div id="bo_w" class="tbl_frm01 tbl_wrap">
|
<div class="tbl_frm01 tbl_wrap">
|
||||||
<table>
|
<table>
|
||||||
<caption><?php echo $g5['title'] ?></caption>
|
<caption><?php echo $g5['title'] ?></caption>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|||||||
@ -50,7 +50,7 @@ add_stylesheet('<link rel="stylesheet" href="'.$board_skin_url.'/style.css">', 0
|
|||||||
|
|
||||||
echo $option_hidden;
|
echo $option_hidden;
|
||||||
?>
|
?>
|
||||||
<div id="bo_w" class="tbl_frm01 tbl_wrap">
|
<div class="tbl_frm01 tbl_wrap">
|
||||||
<table>
|
<table>
|
||||||
<caption><?php echo $g5['title'] ?></caption>
|
<caption><?php echo $g5['title'] ?></caption>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|||||||
Reference in New Issue
Block a user