Index: class/template/smarty/plugins/function.pager.php
===================================================================
--- class/template/smarty/plugins/function.pager.php (revision 4124)
+++ class/template/smarty/plugins/function.pager.php (working copy)
@@ -190,7 +190,7 @@
}
elseif( $style == "nextonly" ) {
if (!$pager->isLastPage() && !$pager->isEmpty()) {
- $page_string .= "<a class=\"pagerLinkNextPage\" href=\"".$pager->getPrevPageLink()."\">$nextText</a> ";
+ $page_string .= "<a class=\"pagerLinkNextPage\" href=\"".$pager->getNextPageLink()."\">$nextText</a> ";
}
}
else {
下一頁打成上一頁