From 2fee8068c26773b3ff8ca1b822a5a363c6b639af Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Sun, 8 Jan 2012 12:22:41 +0000 Subject: improved mobile --- h-source/Application/Controllers/HardwareController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'h-source/Application/Controllers/HardwareController.php') 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); -- cgit v1.2.3