diff options
author | nikrou <nikrou@piwigo.org> | 2006-06-22 19:21:56 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2006-06-22 19:21:56 +0000 |
commit | a08cd1a583cdda6a1175b9e1e4c9c184f3112c5d (patch) | |
tree | fa452b2a1c572e98848fdd2828944efe52903e7e /include/config_default.inc.php | |
parent | ad45eccd3349d44af4a251ab0f12eb3233cd08b8 (diff) |
svn merge -r1366:1371 from branch 1.6 into trunk
git-svn-id: http://piwigo.org/svn/trunk@1377 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/config_default.inc.php')
-rw-r--r-- | include/config_default.inc.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php index ec432f210..1b0b7b6bb 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -480,4 +480,11 @@ $conf['nbm_list_all_enabled_users_to_send'] = false; // Max mails sended on one pass $conf['nbm_max_treatment_timeout_percent'] = 0.8; +// +-----------------------------------------------------------------------+ +// | Set default admin layout | +// +-----------------------------------------------------------------------+ + +// Must be user setable in future +$conf['admin_layout']='yoga/dark'; + ?> |