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

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

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