테스트 스킨 표시

This commit is contained in:
whitedot
2012-11-21 13:52:26 +09:00
parent fbf550a518
commit 7f93e4216c
10 changed files with 10 additions and 10 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;";