모바일 생성
This commit is contained in:
BIN
mobile/skin/popular/basic/img/dot_bg.gif
Normal file
BIN
mobile/skin/popular/basic/img/dot_bg.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 43 B |
BIN
mobile/skin/popular/basic/img/icon.gif
Normal file
BIN
mobile/skin/popular/basic/img/icon.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 139 B |
BIN
mobile/skin/popular/basic/img/visit_bg.gif
Normal file
BIN
mobile/skin/popular/basic/img/visit_bg.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 890 B |
14
mobile/skin/popular/basic/popular.skin.php
Normal file
14
mobile/skin/popular/basic/popular.skin.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?
|
||||
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||
?>
|
||||
|
||||
<section id="popular">
|
||||
<div>
|
||||
<h2>인기검색어</h2>
|
||||
<ul>
|
||||
<? for ($i=0; $i<count($list); $i++) { ?>
|
||||
<li><a href="<?=G4_BBS_URL?>/search.php?sfl=wr_subject&sop=and&stx=<?=urlencode($list[$i]['pp_word'])?>"><?=$list[$i]['pp_word']?></a></li>
|
||||
<? } ?>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user