mirror of https://github.com/BOINC/boinc.git
Drupal: Changed boinc_standard Feature to remove Tertiary Menu block from Navigation Bar region.
This commit is contained in:
parent
adc28261d3
commit
ea1c9fda38
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue