From 010b1ca3ffcaf17328f96bae02551d80765742cf Mon Sep 17 00:00:00 2001 From: Cameron Date: Mon, 9 Jan 2017 13:11:25 -0800 Subject: [PATCH] Online menu wrapper fix. --- e107_plugins/online/templates/online_menu_template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_plugins/online/templates/online_menu_template.php b/e107_plugins/online/templates/online_menu_template.php index 335c964f0..9420f9678 100644 --- a/e107_plugins/online/templates/online_menu_template.php +++ b/e107_plugins/online/templates/online_menu_template.php @@ -95,7 +95,7 @@ $ONLINE_MENU_WRAPPER['extended']['ONLINE_MEMBERS'] = "
  • {---}
  • "; -$ONLINE_MENU_WRAPPER['extended']['ONLINE_MEMBER_TOTAL'] = "
  • ".LAN_ONLINE_2."{---}
  • "; +$ONLINE_MENU_WRAPPER['extended']['ONLINE_MEMBERS_TOTAL'] = "
  • ".LAN_ONLINE_2."{---}
  • "; $ONLINE_MENU_WRAPPER['extended']['ONLINE_MEMBER_NEWEST'] = "
  • ".LAN_ONLINE_6."
  • "; $ONLINE_MENU_WRAPPER['extended']['ONLINE_MOST'] = "".LAN_ONLINE_8."{---}
    "; $ONLINE_MENU_WRAPPER['extended']['ONLINE_MOST_MEMBERS'] = LAN_ONLINE_2."{---}";