diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2012-01-11 17:13:07 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2012-01-11 17:13:07 +0000 |
commit | 10f51945ac703a80421f7a1d3aee36101e6485bc (patch) | |
tree | cfb08847b2b1546f506317128b0247019c750b02 /h-source/Application/Controllers/NotebooksController.php | |
parent | 2fee8068c26773b3ff8ca1b822a5a363c6b639af (diff) |
mobile version: added catalogue page for each device category
Diffstat (limited to 'h-source/Application/Controllers/NotebooksController.php')
-rw-r--r-- | h-source/Application/Controllers/NotebooksController.php | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/h-source/Application/Controllers/NotebooksController.php b/h-source/Application/Controllers/NotebooksController.php index 45f8b17..6cac56e 100644 --- a/h-source/Application/Controllers/NotebooksController.php +++ b/h-source/Application/Controllers/NotebooksController.php @@ -25,9 +25,7 @@ class NotebooksController extends GenericController public function __construct($model, $controller, $queryString) { - - $this->_topMenuClasses['hardware'] = " class='currentitem'"; - + parent::__construct($model, $controller, $queryString); //load the model @@ -88,6 +86,10 @@ class NotebooksController extends GenericController ); $this->setArgKeys($argKeys); + + $data['worksField'] = 'compatibility'; + + $data['notFoundString'] = "No notebooks found"; $data['title'] = 'Notebooks'; $this->append($data); |