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

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

@ -58,7 +58,8 @@ $sql = " select *
limit {$from_record}, {$rows} ";
$result = sql_query($sql);
$listall = '<a href="'.$_SERVER['PHP_SELF'].'">전체목록</a>';
if ($stx)
$listall = '<a href="'.$_SERVER['PHP_SELF'].'">전체목록</a>';
$g4['title'] = '인기검색어관리';
include_once('./admin.head.php');