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

This commit is contained in:
chicpro
2014-04-07 14:06:48 +09:00
3 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>