mirror of https://github.com/BOINC/boinc.git
Drupal: Changed news view menu type to "Normal Menu".
Fixes issue where Drupal would add extra <span> tag to the menu link. https://dev.gridrepublic.org/browse/DBOINCP-348
This commit is contained in:
parent
b05926822c
commit
a0b5996f2f
|
@ -365,7 +365,7 @@ function news_views_default_views() {
|
|||
$handler->override_option('row_plugin', 'fields');
|
||||
$handler->override_option('path', 'news');
|
||||
$handler->override_option('menu', array(
|
||||
'type' => 'default tab',
|
||||
'type' => 'normal',
|
||||
'title' => 'News',
|
||||
'description' => '',
|
||||
'weight' => '0',
|
||||
|
|
Loading…
Reference in New Issue