사용자 문서 outline 재구성

This commit is contained in:
whitedot
2012-12-21 16:52:41 +09:00
parent ec5d2ac32e
commit 2a7833bb0a
11 changed files with 168 additions and 164 deletions

View File

@ -3,7 +3,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<section>
<h2>인기검색어</h2>
<h2>사이트 인기검색어</h2>
<ul>
<? for ($i=0; $i<count($list); $i++) { ?>
<li><a href="<?=$g4[bbs_path]?>/search.php?sfl=wr_subject&amp;sop=and&amp;stx=<?=urlencode($list[$i][pp_word])?>"><?=$list[$i][pp_word]?></a></li>