비표준 그누보드4 첫커밋
This commit is contained in:
BIN
skin/popular/basic/img/dot_bg.gif
Normal file
BIN
skin/popular/basic/img/dot_bg.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 43 B |
BIN
skin/popular/basic/img/icon.gif
Normal file
BIN
skin/popular/basic/img/icon.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 139 B |
BIN
skin/popular/basic/img/visit_bg.gif
Normal file
BIN
skin/popular/basic/img/visit_bg.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 890 B |
9
skin/popular/basic/popular.skin.php
Normal file
9
skin/popular/basic/popular.skin.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?
|
||||
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||
?>
|
||||
인기검색어 :
|
||||
<?
|
||||
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> ";
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user