관리자: 각종추가버튼 스타일
This commit is contained in:
@ -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');
|
||||
|
||||
Reference in New Issue
Block a user