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
This commit is contained in:
vdigital
2008-06-22 08:45:28 +00:00
parent 7d3d91e95a
commit fda524253d
92 changed files with 4574 additions and 13 deletions
+2 -1
View File
@@ -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
{