...
|
...
|
@@ -98,6 +98,7 @@ class Controller_News extends Controller_Abstract |
|
|
$this->_view['current_tag'] = $requestTag;
|
|
|
$this->_view['isAjax'] = $this->_request->isAjax();
|
|
|
$this->_view['total'] = $total;
|
|
|
$this->_view['limit'] = $limit;
|
|
|
$this->_view['page'] = $page->getCurrentPage();
|
|
|
}
|
|
|
|
...
|
...
|
|