diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-12-05 18:42:44 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-12-05 18:42:44 +0000 |
commit | a1d2d486dc66ef10e8a26249e598eaf0670b2c9b (patch) | |
tree | 8405b4cb8173f4eda5d2ae29581ea1bd073dd7a5 /h-source/Application/Controllers/BaseController.php | |
parent | e35ffa87229981ffa882963b1089a9493a00f1cd (diff) |
prepared the system for mobile version
Diffstat (limited to 'h-source/Application/Controllers/BaseController.php')
-rw-r--r-- | h-source/Application/Controllers/BaseController.php | 3 |
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'); |