diff options
author | plegall <plg@piwigo.org> | 2012-05-21 20:00:36 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2012-05-21 20:00:36 +0000 |
commit | ea938ab84082426bc96ab58755c0987779a106fa (patch) | |
tree | b0b16e70689f07ac1db8b60f489627ca8c613820 /include/config_default.inc.php | |
parent | afa349c74e69a9eaf57645addaba3de6b63c0f40 (diff) |
feature 2630: switch default admin theme to "clear"
git-svn-id: http://piwigo.org/svn/trunk@15228 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/config_default.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php index 7795f7731..b8ed8fa8e 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -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; |