Authored by whb

fixed bug

@@ -98,6 +98,7 @@ class Controller_News extends Controller_Abstract @@ -98,6 +98,7 @@ class Controller_News extends Controller_Abstract
98 $this->_view['current_tag'] = $requestTag; 98 $this->_view['current_tag'] = $requestTag;
99 $this->_view['isAjax'] = $this->_request->isAjax(); 99 $this->_view['isAjax'] = $this->_request->isAjax();
100 $this->_view['total'] = $total; 100 $this->_view['total'] = $total;
  101 + $this->_view['limit'] = $limit;
101 $this->_view['page'] = $page->getCurrentPage(); 102 $this->_view['page'] = $page->getCurrentPage();
102 } 103 }
103 104