diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2012-01-08 12:22:41 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2012-01-08 12:22:41 +0000 |
commit | 2fee8068c26773b3ff8ca1b822a5a363c6b639af (patch) | |
tree | 116ce9b8f55f8fb84c9d615b3c65313e050690f5 /h-source/Application/Controllers/HardwareController.php | |
parent | 31d6fce5da571062bdceb9a755c3902520ae0785 (diff) |
improved mobile
Diffstat (limited to 'h-source/Application/Controllers/HardwareController.php')
-rw-r--r-- | h-source/Application/Controllers/HardwareController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Controllers/HardwareController.php b/h-source/Application/Controllers/HardwareController.php index 721ed80..a75c4fe 100644 --- a/h-source/Application/Controllers/HardwareController.php +++ b/h-source/Application/Controllers/HardwareController.php @@ -26,7 +26,7 @@ class HardwareController extends BaseController public function __construct($model, $controller, $queryString) { - $this->_topMenuClasses['hardware'] = " class='currentitem'"; + $this->_topMenuClasses['hardware'] = " class='currentitem ui-btn-active'"; parent::__construct($model, $controller, $queryString); |