|
|
@ -66,7 +66,7 @@ class Template |
|
|
|
$this->load_plugins = $load_plugins; |
|
|
|
$this->load_plugins = $load_plugins; |
|
|
|
|
|
|
|
|
|
|
|
$template_paths = array( |
|
|
|
$template_paths = array( |
|
|
|
api_get_path(SYS_PATH) . 'overrides', // user defined templates |
|
|
|
api_get_path(SYS_CODE_PATH) . 'overrides', // user defined templates |
|
|
|
api_get_path(SYS_CODE_PATH).'template', //template folder |
|
|
|
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 |
|
|
|
); |
|
|
|
); |
|
|
|