From 90810c516b691bce41cc9432370de9a088173eb8 Mon Sep 17 00:00:00 2001 From: Reconix Date: Mon, 13 Feb 2017 02:54:05 +0000 Subject: [PATCH] Online members quick fix... In response to #2415 --- 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 9420f9678..30e0024b8 100644 --- a/e107_plugins/online/templates/online_menu_template.php +++ b/e107_plugins/online/templates/online_menu_template.php @@ -51,7 +51,7 @@ $ONLINE_MENU_WRAPPER['default']['ONLINE_MEMBERS'] = "
  • ".LAN_ $ONLINE_MENU_WRAPPER['default']['ONLINE_MEMBERS_LIST'] = ""; $ONLINE_MENU_WRAPPER['default']['ONLINE_MEMBERS_LIST_EXTENDED'] = ""; $ONLINE_MENU_WRAPPER['default']['ONLINE_ONPAGE'] = "
  • ".LAN_ONLINE_3."{---}
  • "; -$ONLINE_MENU_WRAPPER['default']['ONLINE_MEMBER_TOTAL'] = "
  • ".LAN_ONLINE_2."{---}
  • "; +$ONLINE_MENU_WRAPPER['default']['ONLINE_MEMBERS_TOTAL'] = "
  • ".LAN_ONLINE_2."{---}
  • "; $ONLINE_MENU_WRAPPER['default']['ONLINE_MEMBER_NEWEST'] = "
  • ".LAN_ONLINE_6."{---}
  • "; $ONLINE_MENU_WRAPPER['default']['ONLINE_MOST'] = LAN_ONLINE_8."{---}
    "; $ONLINE_MENU_WRAPPER['default']['ONLINE_MOST_MEMBERS'] = LAN_ONLINE_2."{---}";