관리자: #116 처리

This commit is contained in:
whitedot
2013-02-04 10:32:40 +09:00
parent 5ec02e6ab4
commit 21b297e9e6
8 changed files with 16 additions and 37 deletions

View File

@ -105,13 +105,9 @@ if ($i == 0)
if (isset($domain))
$qstr .= "&domain=$domain";
$qstr .= "&page=";
$page = get_paging($config['cf_write_pages'], $page, $total_page, "{$_SERVER['PHP_SELF']}?$qstr");
if ($page) {
?>
<div class="pg">
<?=$page?>
</div>
<?
}
$pagelist = get_paging($config['cf_write_pages'], $page, $total_page, "{$_SERVER['PHP_SELF']}?$qstr");
echo $pagelist;
include_once('./admin.tail.php');
?>