diff options
Diffstat (limited to 'lib/template.php')
-rw-r--r-- | lib/template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/template.php b/lib/template.php index 0541d55b124..0973d60c72d 100644 --- a/lib/template.php +++ b/lib/template.php @@ -70,7 +70,7 @@ class OC_TEMPLATE{ $smarty->left_delimiter = "[%"; $smarty->right_delimiter = "%]"; $smarty->template_dir = $template_dir; - $smarty->compile_dir = "$template_dir/_c"; + $smarty->compile_dir = "$SERVERROOT/templates/_c"; $smarty->registerPlugin( "function", "linkto", "oc_template_helper_link_to"); $smarty->registerPlugin( "function", "imagepath", "oc_template_helper_image_path"); |