1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-31 18:11:56 +02:00

Issue #2678 - News Menu Template loading consistency.

This commit is contained in:
Cameron
2018-01-19 11:08:32 -08:00
parent 491fc31712
commit 5343fe80e0
5 changed files with 5 additions and 5 deletions

View File

@@ -108,7 +108,7 @@ if(false === $cached)
// go over the link array and create the option fields
$menu_text = array();
$template = e107::getTemplate('news', 'news_menu', 'months');
$template = e107::getTemplate('news', 'news_menu', 'months', true, true);
$bullet = defined('BULLET') ? THEME_ABS.'images/'.BULLET : THEME_ABS.'images/bullet2.gif';
$vars = new e_vars(array('bullet' => $bullet));
foreach($month_links as $index => $val)