Showing
1 changed file
with
1 additions
and
0 deletions
@@ -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 |
-
Please register or login to post a comment