사용자: 게시판 링크 따옴표

This commit is contained in:
whitedot
2013-01-04 18:33:27 +09:00
parent 61a5026d3f
commit 647b9809e3
4 changed files with 3 additions and 5 deletions

View File

@ -120,7 +120,7 @@ if ($option) {
<? for ($i=1; $i<=$g4['link_count']; $i++) { ?>
<tr>
<th scope="row"><label for="wr_link<?=$i?>">링크 #<?=$i?></label></th>
<td><input type="text" id="wr_link<?=$i?>" name="wr_link<?=$i?>" value="<?if($w=="u"){echo$write["wr_link{$i}"];}?>"></td>
<td><input type="text" id="wr_link<?=$i?>" name="wr_link<?=$i?>" value="<?if($w=="u"){echo$write['wr_link'.$i];}?>"></td>
</tr>
<? } ?>
<? } ?>

View File

@ -55,7 +55,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<? if ($stx) { ?>
<p>
<? if ($board_count) { ?>
검색결과 <span><?=$board_count?></span>개의 게시판, <span><?=number_format($total_count)?></span>개의 게시글, <?=number_format($page)?>/<?=number_format($total_page)?> 페이지
검색결과 <span class="span_highlight"><?=$board_count?></span>개의 게시판, <span class="span_highlight"><?=number_format($total_count)?></span>개의 게시글, <?=number_format($page)?>/<?=number_format($total_page)?> 페이지
<? } else { ?>
<? } ?>
</p>