From 9045f11c700970825022eb2762cfeb8db0598764 Mon Sep 17 00:00:00 2001 From: patdenice Date: Tue, 3 Mar 2009 22:37:14 +0000 Subject: User's template extension must not be included in admin pages. git-svn-id: http://piwigo.org/svn/trunk@3169 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/template.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/template.class.php') diff --git a/include/template.class.php b/include/template.class.php index 7f90d5c7c..386f3123a 100644 --- a/include/template.class.php +++ b/include/template.class.php @@ -84,7 +84,7 @@ class Template { $this->set_template_dir($root); - if (isset($conf['extents_for_templates'])) + if (!defined('IN_ADMIN') and isset($conf['extents_for_templates'])) { $tpl_extents = unserialize($conf['extents_for_templates']); $this->set_extents($tpl_extents, './template-extension/', true); -- cgit v1.2.3