Say Smarty to only use one compile directory. Makes setup somewhat easier.

This commit is contained in:
Jakob Sack 2011-03-02 00:16:43 +01:00
parent 9aad8b3a86
commit 015ab0eb64
5 changed files with 1 additions and 1 deletions

View File

@ -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");