From b89eae039e29476e14a5f783d7cc415d1eb84c03 Mon Sep 17 00:00:00 2001 From: STR82U Date: Thu, 24 Jan 2013 23:50:15 -0700 Subject: [PATCH] Update e107_plugins/news/templates/news_menu_template.php Commented out lines 22, 30 and 40 to suppress
in lists. --- e107_plugins/news/templates/news_menu_template.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/e107_plugins/news/templates/news_menu_template.php b/e107_plugins/news/templates/news_menu_template.php index 304e2694e..0f00371a8 100644 --- a/e107_plugins/news/templates/news_menu_template.php +++ b/e107_plugins/news/templates/news_menu_template.php @@ -19,7 +19,7 @@ $NEWS_MENU_TEMPLATE['category']['end'] = ''; $NEWS_MENU_TEMPLATE['category']['item'] = '
  • {NEWS_CATEGORY_TITLE} {NEWS_CATEGORY_NEWS_COUNT}
  • '; -$NEWS_MENU_TEMPLATE['category']['separator'] = '
    '; +//$NEWS_MENU_TEMPLATE['category']['separator'] = '
    '; // months menu $NEWS_MENU_TEMPLATE['months']['start'] = ''; $NEWS_MENU_TEMPLATE['months']['item'] = '
  • {month} ({count})
  • '; -$NEWS_MENU_TEMPLATE['months']['separator'] = '
    '; +//$NEWS_MENU_TEMPLATE['months']['separator'] = '
    '; // latest menu $NEWS_MENU_TEMPLATE['latest']['start'] = ''; $NEWS_MENU_TEMPLATE['latest']['item'] = '
  • {NEWSTITLE} ({NEWSCOMMENTCOUNT})
  • '; -$NEWS_MENU_TEMPLATE['latest']['separator'] = '
    '; // Shouldn't be needed. \ No newline at end of file +//$NEWS_MENU_TEMPLATE['latest']['separator'] = '
    '; // Shouldn't be needed.