|
|
|
|
@ -66,9 +66,9 @@ class Template |
|
|
|
|
$this->load_plugins = $load_plugins; |
|
|
|
|
|
|
|
|
|
$template_paths = array( |
|
|
|
|
api_get_path(SYS_CODE_PATH) . 'template/overrides', // user defined templates |
|
|
|
|
api_get_path(SYS_CODE_PATH).'template/overrides', // user defined templates |
|
|
|
|
api_get_path(SYS_CODE_PATH).'template', //template folder |
|
|
|
|
api_get_path(SYS_PLUGIN_PATH) //plugin folder |
|
|
|
|
api_get_path(SYS_PLUGIN_PATH) // plugin folder |
|
|
|
|
); |
|
|
|
|
|
|
|
|
|
$cache_folder = api_get_path(SYS_ARCHIVE_PATH).'twig'; |
|
|
|
|
|