From 1a1a6f72a0b02fd9585ffc8b2d6e6fa936d74d99 Mon Sep 17 00:00:00 2001 From: Cameron Date: Sat, 27 Feb 2021 07:47:51 -0800 Subject: [PATCH] Updated navigation shortcode names. --- e107_core/templates/navigation_template.php | 84 ++++++++++----------- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/e107_core/templates/navigation_template.php b/e107_core/templates/navigation_template.php index ef9ae538e..818874e4d 100644 --- a/e107_core/templates/navigation_template.php +++ b/e107_core/templates/navigation_template.php @@ -13,8 +13,8 @@ $NAVIGATION_TEMPLATE['main']['start'] = ''; // Sub menu $NAVIGATION_TEMPLATE['main']['submenu_start'] = ' - $NAVIGATION_TEMPLATE['alt']['submenu_start'] = ''; -$NAVIGATION_TEMPLATE['alt']['submenu_item'] = '
  • {LINK_ICON}{LINK_NAME}
  • '; +$NAVIGATION_TEMPLATE['alt']['submenu_item'] = '
  • {NAV_LINK_ICON}{NAV_LINK_NAME}
  • '; $NAVIGATION_TEMPLATE['alt']['submenu_loweritem'] = ' '; -$NAVIGATION_TEMPLATE['alt']['submenu_item_active'] = '
  • {LINK_ICON}{LINK_NAME}
  • '; +$NAVIGATION_TEMPLATE['alt']['submenu_item_active'] = '
  • {NAV_LINK_ICON}{NAV_LINK_NAME}
  • '; $NAVIGATION_TEMPLATE['alt']['submenu_end'] = '';