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 +- h-source/Application/Controllers/HomeController.php | 2 +- h-source/Application/Views/Mobile/header.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'h-source/Application') 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); diff --git a/h-source/Application/Controllers/HomeController.php b/h-source/Application/Controllers/HomeController.php index eecb53f..3c47547 100644 --- a/h-source/Application/Controllers/HomeController.php +++ b/h-source/Application/Controllers/HomeController.php @@ -26,7 +26,7 @@ class HomeController extends BaseController public function __construct($model, $controller, $queryString) { - $this->_topMenuClasses['home'] = " class='currentitem'"; + $this->_topMenuClasses['home'] = " class='currentitem ui-btn-active'"; parent::__construct($model, $controller, $queryString); diff --git a/h-source/Application/Views/Mobile/header.php b/h-source/Application/Views/Mobile/header.php index aa6a9bb..e3340b0 100644 --- a/h-source/Application/Views/Mobile/header.php +++ b/h-source/Application/Views/Mobile/header.php @@ -82,8 +82,8 @@ $currPos = $querySanitized ? $this->controller."/".$this->action : 'home/index';
-- cgit v1.2.3