diff options
Diffstat (limited to 'h-source/Application/Controllers')
-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'); |