diff --git a/upload/cache/views/.gitignore b/upload/cache/views/.gitignore new file mode 100644 index 00000000..bc7947be --- /dev/null +++ b/upload/cache/views/.gitignore @@ -0,0 +1,3 @@ +* + +!.gitignore \ No newline at end of file diff --git a/upload/includes/classes/template.class.php b/upload/includes/classes/template.class.php index dea2dd61..a9a7e601 100644 --- a/upload/includes/classes/template.class.php +++ b/upload/includes/classes/template.class.php @@ -27,7 +27,7 @@ class CBTemplate { $Smarty->compile_check = true; $Smarty->debugging = false; $Smarty->template_dir = BASEDIR."/styles"; - $Smarty->compile_dir = BASEDIR."/cache"; + $Smarty->compile_dir = BASEDIR."/cache/views"; }