검색결과 스킨

This commit is contained in:
whitedot
2012-12-05 16:21:34 +09:00
parent 7bb401173d
commit 5c025ebaf1
2 changed files with 64 additions and 78 deletions

View File

@ -1,7 +1,7 @@
<?
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;";