aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers/HomeController.php
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Application/Controllers/HomeController.php')
-rw-r--r--h-source/Application/Controllers/HomeController.php2
1 files changed, 1 insertions, 1 deletions
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);