From f49ae662a10351e84e97aebd15394df5a591898f Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Sun, 11 Dec 2011 12:12:43 +0000 Subject: added jquery mobile --- h-source/Application/Controllers/BaseController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'h-source/Application/Controllers/BaseController.php') diff --git a/h-source/Application/Controllers/BaseController.php b/h-source/Application/Controllers/BaseController.php index 7d51cd5..756316a 100644 --- a/h-source/Application/Controllers/BaseController.php +++ b/h-source/Application/Controllers/BaseController.php @@ -254,7 +254,7 @@ class BaseController extends Controller protected function cleverLoad($file) { $fileInt = $file."_".$this->lang; - if (file_exists(ROOT . DS . APPLICATION_PATH . DS . 'Views' . DS . ucwords($this->controller) . DS . $fileInt . '.php')) + if (file_exists(ROOT . DS . APPLICATION_PATH . DS . 'Views' . DS . Params::$viewSubfolder . DS . ucwords($this->controller) . DS . $fileInt . '.php')) { $this->load($fileInt); } -- cgit v1.2.3