Minahito
minah****@users*****
2006年 1月 27日 (金) 17:23:38 JST
Index: xoops2jp/html/class/smarty/plugins/function.xoops_pagenavi.php diff -u xoops2jp/html/class/smarty/plugins/function.xoops_pagenavi.php:1.1.2.2 xoops2jp/html/class/smarty/plugins/function.xoops_pagenavi.php:1.1.2.3 --- xoops2jp/html/class/smarty/plugins/function.xoops_pagenavi.php:1.1.2.2 Sun Jan 15 03:25:58 2006 +++ xoops2jp/html/class/smarty/plugins/function.xoops_pagenavi.php Fri Jan 27 17:23:38 2006 @@ -68,7 +68,7 @@ if($counter==$currentPage) { $ret.=@sprintf("<strong>(%d)</strong> ",$counter); } - elseif(($counter>$currentPage-$offset && $counter<$currentPage+$offset) || $coutner==1 || $counter==$totalPages) { + elseif(($counter>$currentPage-$offset && $counter<$currentPage+$offset) || $counter==1 || $counter==$totalPages) { if($counter==$totalPages && $currentPage<$totalPages-$offset) { $ret.="... "; }