Skip to content
Snippets Groups Projects

Issue #3314599 :Menu title not visible.

1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
+ 5
0
@@ -205,6 +205,11 @@ function template_preprocess_superfish_menu_items(array &$variables) {
$item['options']['attributes']['title'] = '';
}
// inserting link descriptions (the "title" attribute).
if ($settings['add_linkdescription']) {
$item['options']['attributes']['title'] = $item['text'];
}
// Sub-menu.
if ($item['hasChildren'] && $item['subtree'] && $item['expanded']) {
Loading