diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2012-02-01 08:11:49 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2012-02-01 08:11:49 +0000 |
commit | c65c55ddfb659a553f79550525d73e6068cab707 (patch) | |
tree | 7a06e5d62acd49fd33b61cf7c1046d6130344d79 /h-source/Application/Controllers/ContactController.php | |
parent | 1aa63970841fbf8e584f322304db1ffc581f38ee (diff) |
improved mobile footer
Diffstat (limited to 'h-source/Application/Controllers/ContactController.php')
-rw-r--r-- | h-source/Application/Controllers/ContactController.php | 2 |
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); |