From: <ok...@us...> - 2003-01-06 09:28:43
|
Update of /cvsroot/xoops/xoops2/modules/system/admin/images In directory sc8-pr-cvs1:/tmp/cvs-serv10563/modules/system/admin/images Modified Files: main.php Log Message: fixed page navigataion problem Index: main.php =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/system/admin/images/main.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** main.php 5 Jan 2003 18:46:28 -0000 1.2 --- main.php 6 Jan 2003 09:28:40 -0000 1.3 *************** *** 148,152 **** if ($imgcount > 20) { include_once XOOPS_ROOT_PATH.'/class/pagenav.php'; ! $nav = new XoopsPageNav($imgcount, 20, $start, 'start', 'fct=images&op=listimg'); echo '<div text-align="right">'.$nav->renderNav().'</div>'; } --- 148,152 ---- if ($imgcount > 20) { include_once XOOPS_ROOT_PATH.'/class/pagenav.php'; ! $nav = new XoopsPageNav($imgcount, 20, $start, 'start', 'fct=images&op=listimg&imgcat_id='.$imgcat_id'); echo '<div text-align="right">'.$nav->renderNav().'</div>'; } |