This commit is contained in:
whitedot
2012-12-04 14:31:55 +09:00
parent 9e4b67406d
commit 402dcbfe5d
171 changed files with 2993 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
인기검색어 : 2
<?
for ($i=0; $i<count($list); $i++) {
echo "<a href='$g4[bbs_path]/search.php?sfl=wr_subject&sop=and&stx=".urlencode($list[$i][pp_word])."'>{$list[$i][pp_word]}</a>&nbsp;";
}
?>