LifeType 中文開發論壇

測試 => LifeType 1.1 測試 => 主題作者是: whatup 於 十月 12, 2006, 07:40:49 下午



主題: svn 4124 板 pager bug
作者: whatup十月 12, 2006, 07:40:49 下午
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>&nbsp;";
+          $page_string .= "<a class=\"pagerLinkNextPage\" href=\"".$pager->getNextPageLink()."\">$nextText</a>&nbsp;";
        }       
      }
      else {
下一頁打成上一頁


主題: Re: svn 4124 板 pager bug
作者: markwu十月 12, 2006, 11:12:13 下午
謝謝!已經在 4125 修復了!  :-)

Mark