관리자 #47의 5 처리 : config_table 까지

This commit is contained in:
whitedot
2012-11-20 11:15:32 +09:00
parent c820159c41
commit fa63e4c47c
20 changed files with 142 additions and 142 deletions

View File

@ -132,7 +132,7 @@ if ($i==0)
</table>
<?
$pagelist = get_paging($config['cf_write_pages'], $page, $total_page, $_SERVER['PHP_SELF'].'?'.$qstr.'&amp;page=');
$pagelist = get_paging($config[cf_write_pages], $page, $total_page, $_SERVER['PHP_SELF'].'?'.$qstr.'&amp;page=');
?>
<div class="btn_list"><input type="button" value="선택삭제" onclick="btn_check(this.form, 'delete')"></div>