diff options
| author | spiderr <spider@viovio.com> | 2010-08-13 10:26:30 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2010-08-13 10:26:30 -0400 |
| commit | aeb24106c89a557010c499e578e66a0bc3b849e0 (patch) | |
| tree | 2edc465d4419de3193152d1a04883caa98bcb088 | |
| parent | 4d0866d079ad2d41f45b8c90da9f6c91f559aa14 (diff) | |
| download | themes-aeb24106c89a557010c499e578e66a0bc3b849e0.tar.gz themes-aeb24106c89a557010c499e578e66a0bc3b849e0.tar.bz2 themes-aeb24106c89a557010c499e578e66a0bc3b849e0.zip | |
disable menu_languages (all of which is duped in admin menu) and menu_users by default
| -rw-r--r-- | admin/schema_inc.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index 7430b43..23052d9 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -61,6 +61,10 @@ $gBitInstaller->registerPreferences( THEMES_PKG_NAME, array( array( THEMES_PKG_NAME,'site_icon_style', 'tango' ), array( THEMES_PKG_NAME,'site_top_bar_dropdown', 'y' ), array( THEMES_PKG_NAME,'site_bot_bar', 'y' ), + // Disable languages menu by default since it is duplicated in admin menu + array( THEMES_PKG_NAME,'menu_languages', 'n' ), + // Disable languages menu by default since it is linked from the header + array( THEMES_PKG_NAME,'menu_users', 'n' ), )); // Package Requirements |
