diff options
author | vdigital <vdigital@piwigo.org> | 2008-06-22 08:45:28 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-06-22 08:45:28 +0000 |
commit | fda524253d89292ad5a3ec9bfed291495a72572e (patch) | |
tree | cd2b2aae0c1e38e7be85094e0776d0f0ea3980d4 /include/common.inc.php | |
parent | 7d3d91e95abed9af3ad29e0bce8d2a8a67923d44 (diff) |
Admin isolation: Copy of admin templates in admin folder.
(Before previous admin templates removal).
Some of css simplification (in admin only currently.
git-svn-id: http://piwigo.org/svn/trunk@2390 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/common.inc.php')
-rw-r--r-- | include/common.inc.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/common.inc.php b/include/common.inc.php index 45c6a3845..c9d9feb0c 100644 --- a/include/common.inc.php +++ b/include/common.inc.php @@ -195,7 +195,8 @@ if ) { // Admin template - $template = new Template(PHPWG_ROOT_PATH.'template/'.$user['admin_template'], $user['admin_theme'] ); + //$template = new Template(PHPWG_ROOT_PATH.'template/'.$user['admin_template'], $user['admin_theme'] ); + $template = new Template(PHPWG_ROOT_PATH.'admin/template/'.$user['admin_template'], $user['admin_theme'] ); } else { |