Drupal: Changed boinc_standard Feature to remove Tertiary Menu block from Navigation Bar region.

This commit is contained in:
Shawn Kwang 2017-02-27 15:20:23 -06:00
parent adc28261d3
commit ea1c9fda38
1 changed files with 5 additions and 5 deletions

View File

@ -13,9 +13,9 @@ function boinc_standard_default_fe_block_settings() {
'module' => 'menu_block',
'delta' => '1',
'theme' => 'boinc',
'status' => '1',
'status' => 0,
'weight' => '0',
'region' => 'navigation',
'region' => '',
'custom' => '0',
'throttle' => '0',
'visibility' => '0',
@ -33,9 +33,9 @@ function boinc_standard_default_fe_block_settings() {
'module' => 'menu_block',
'delta' => '1',
'theme' => 'einstein',
'status' => '1',
'weight' => '-22',
'region' => 'navigation',
'status' => 0,
'weight' => '-23',
'region' => '',
'custom' => '0',
'throttle' => '0',
'visibility' => '0',