feature 2630: switch default admin theme to "clear"

git-svn-id: http://piwigo.org/svn/trunk@15228 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2012-05-21 20:00:36 +00:00
parent afa349c74e
commit ea938ab840
+1 -1
View File
@@ -638,7 +638,7 @@ $conf['rss_feed_author'] = 'Piwigo notifier';
// | Set admin layout |
// +-----------------------------------------------------------------------+
$conf['admin_theme'] = 'roma';
$conf['admin_theme'] = 'clear';
// should we load the active plugins ? true=Yes, false=No
$conf['enable_plugins']=true;