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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user