diff --git a/main/inc/lib/template.lib.php b/main/inc/lib/template.lib.php index 7726a33b05..f3f93be5ab 100755 --- a/main/inc/lib/template.lib.php +++ b/main/inc/lib/template.lib.php @@ -66,7 +66,7 @@ class Template $this->load_plugins = $load_plugins; $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_PLUGIN_PATH) //plugin folder );