Say Smarty to only use one compile directory. Makes setup somewhat easier.
This commit is contained in:
parent
9aad8b3a86
commit
015ab0eb64
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in New Issue