diff options
author | vdigital <vdigital@piwigo.org> | 2008-09-14 00:34:59 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-09-14 00:34:59 +0000 |
commit | 2bad5e96fbeecfd76fcd6dede0fb382e223e4a6e (patch) | |
tree | b1a5f8f44ea6df09845cc30cd6892d959e953bf6 /include | |
parent | d1c423da759aa50f572f2bcf57aa2f22944226e9 (diff) |
Change config to wigo/roma
git-svn-id: http://piwigo.org/svn/trunk@2527 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include')
-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 9956ba164..b0544ea0e 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -617,7 +617,7 @@ $conf['recent_post_dates'] = array( // | Set admin layout | // +-----------------------------------------------------------------------+ -$conf['admin_layout'] = 'yoga/admin'; +$conf['admin_layout'] = 'wigo/roma'; // should we load the active plugins ? true=Yes, false=No $conf['enable_plugins']=true; |