관리자: 페이징 기본 스타일 지정

This commit is contained in:
whitedot
2012-12-11 16:48:56 +09:00
parent 68c5e9130b
commit 2b0a48cce6
12 changed files with 23 additions and 17 deletions

View File

@ -109,7 +109,7 @@ if ($i == 0)
$page = get_paging($config[cf_write_pages], $page, $total_page, "$_SERVER[PHP_SELF]?$qstr&domain=$domain&page=");
if ($page) {
?>
<div class="paginate">
<div class="pg">
<?=$page?>
</div>
<?