aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers/BaseController.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-12-05 18:42:44 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-12-05 18:42:44 +0000
commita1d2d486dc66ef10e8a26249e598eaf0670b2c9b (patch)
tree8405b4cb8173f4eda5d2ae29581ea1bd073dd7a5 /h-source/Application/Controllers/BaseController.php
parente35ffa87229981ffa882963b1089a9493a00f1cd (diff)
prepared the system for mobile version
Diffstat (limited to 'h-source/Application/Controllers/BaseController.php')
-rw-r--r--h-source/Application/Controllers/BaseController.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/h-source/Application/Controllers/BaseController.php b/h-source/Application/Controllers/BaseController.php
index 2d8c0a7..9142431 100644
--- a/h-source/Application/Controllers/BaseController.php
+++ b/h-source/Application/Controllers/BaseController.php
@@ -50,6 +50,9 @@ class BaseController extends Controller
parent::__construct($model, $controller, $queryString);
header("Cache-Control: no-cache");
+
+ //subfolder of the Views folder where to look for view files
+ Params::$viewSubfolder = "Desktop";
$this->model('BoxesModel');
$this->model('HistoryModel');