관리자: 각종추가버튼 스타일

This commit is contained in:
whitedot
2012-12-17 15:35:53 +09:00
parent a7c7e6820f
commit d9c86210c5
8 changed files with 32 additions and 14 deletions

View File

@ -34,7 +34,7 @@ $sql = " select pp_word, count(*) as cnt
limit {$from_record}, {$rows} ";
$result = sql_query($sql);
$listall = '<a href="'.$_SERVER['PHP_SELF'].'">처음</a>';
if ($_GET['fr_date'] || $_GET['to_date']) $listall = '<a href="'.$_SERVER['PHP_SELF'].'">전체목록</a>';
$g4['title'] = '인기검색어순위';
include_once('./admin.head.php');