aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers/ContactController.php
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Application/Controllers/ContactController.php')
-rw-r--r--h-source/Application/Controllers/ContactController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Controllers/ContactController.php b/h-source/Application/Controllers/ContactController.php
index ddbbe43..197ec9a 100644
--- a/h-source/Application/Controllers/ContactController.php
+++ b/h-source/Application/Controllers/ContactController.php
@@ -26,7 +26,7 @@ class ContactController extends BaseController
public function __construct($model, $controller, $queryString)
{
- $this->_topMenuClasses['contact'] = " class='currentitem'";
+ $this->_topMenuClasses['contact'] = " class='currentitem ui-btn-active'";
parent::__construct($model, $controller, $queryString);