From 64ef4b1ab8eace828fdd00f1200ffc3feefdb76c Mon Sep 17 00:00:00 2001 From: reliberate Date: Thu, 7 Apr 2016 15:59:48 -0600 Subject: [PATCH] Theme: Still show main menu item text on sm viewport if icons off. --- themes/default/template.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/themes/default/template.php b/themes/default/template.php index 99baecba4f..2dd5047e29 100644 --- a/themes/default/template.php +++ b/themes/default/template.php @@ -1750,9 +1750,13 @@ default: $glyph = null; } $menu_main_icon = ($glyph != '') ? "" : null; + $menu_main_item = ""; + } + else { + $menu_main_item = $menu_parent['menu_language_title']; } echo "
  • \n"; - echo "".$menu_main_icon."\n"; + echo "".$menu_main_icon.$menu_main_item."\n"; if ($submenu) { echo "