From 971799057286035a1199c152d92da66e1b2bb80b Mon Sep 17 00:00:00 2001 From: Cameron Date: Fri, 1 Apr 2016 20:14:36 -0700 Subject: [PATCH] Fixes #1478 - https for external urls. --- e107_plugins/news/templates/news_menu_template.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/e107_plugins/news/templates/news_menu_template.php b/e107_plugins/news/templates/news_menu_template.php index 64bbebf3f..224618805 100644 --- a/e107_plugins/news/templates/news_menu_template.php +++ b/e107_plugins/news/templates/news_menu_template.php @@ -44,9 +44,10 @@ $NEWS_MENU_TEMPLATE['months']['item'] = ' // latest menu -$NEWS_MENU_TEMPLATE['latest']['start'] = ''; // Example: $NEWS_MENU_TEMPLATE['latest']['end'] '
{currentTotal} from {total}'; -$NEWS_MENU_TEMPLATE['latest']['item'] = '
  • {NEWSTITLE} {NEWSCOMMENTCOUNT}
  • '; +$NEWS_MENU_TEMPLATE['latest']['start'] = '
    '; +$NEWS_MENU_TEMPLATE['latest']['end'] = '
    '; // Example: $NEWS_MENU_TEMPLATE['latest']['end'] '
    {currentTotal} from {total}'; +$NEWS_MENU_TEMPLATE['latest']['item'] = '
    + {SETIMAGE: w=400&h=400&crop=1}{NEWSIMAGE}
    {NEWSTITLE} {NEWSCOMMENTCOUNT}
    '; $NEWS_MENU_WRAPPER['latest']['NEWSCOMMENTCOUNT'] = "({---})";