aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers/BaseController.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2012-02-01 08:11:49 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2012-02-01 08:11:49 +0000
commitc65c55ddfb659a553f79550525d73e6068cab707 (patch)
tree7a06e5d62acd49fd33b61cf7c1046d6130344d79 /h-source/Application/Controllers/BaseController.php
parent1aa63970841fbf8e584f322304db1ffc581f38ee (diff)
improved mobile footer
Diffstat (limited to 'h-source/Application/Controllers/BaseController.php')
-rw-r--r--h-source/Application/Controllers/BaseController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/h-source/Application/Controllers/BaseController.php b/h-source/Application/Controllers/BaseController.php
index 7bd8027..9287cee 100644
--- a/h-source/Application/Controllers/BaseController.php
+++ b/h-source/Application/Controllers/BaseController.php
@@ -44,6 +44,7 @@ class BaseController extends Controller
"download" => null,
"help" => null,
"wiki" => null,
+ "project" => null,
);
public function __construct($model, $controller, $queryString) {