1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-02 19:02:39 +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

@@ -55,7 +55,7 @@ if(!$OTHERNEWS_STYLE)
{
define("OTHERNEWS_COLS",false);
}
$template = e107::getTemplate('news', 'news_menu', 'other');
$template = e107::getTemplate('news', 'news_menu', 'other', true, true);
$item_selector = '<div class="btn-group pull-right"><a class="btn btn-mini btn-xs btn-default btn-secondary" href="#otherNews" data-slide="prev"></a>
<a class="btn btn-mini btn-xs btn-default btn-secondary" href="#otherNews" data-slide="next"></a></div>';