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:
Shawn Kwang 2016-12-15 12:56:15 -06:00
parent b05926822c
commit a0b5996f2f
1 changed files with 1 additions and 1 deletions

View File

@ -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',