1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-03 03:13:34 +02:00
This commit is contained in:
Cameron
2016-04-01 20:32:15 -07:00
parent 02a5cf6e81
commit a7ec2f7b7d
2 changed files with 5 additions and 6 deletions

View File

@@ -44,10 +44,9 @@ $NEWS_MENU_TEMPLATE['months']['item'] = '
// latest menu
$NEWS_MENU_TEMPLATE['latest']['start'] = '<div class="row">';
$NEWS_MENU_TEMPLATE['latest']['end'] = '</div>'; // Example: $NEWS_MENU_TEMPLATE['latest']['end'] '<br />{currentTotal} from {total}';
$NEWS_MENU_TEMPLATE['latest']['item'] = '<div class="col-md-3"><a class="e-menu-link newsmonths" href="{NEWSURL}">
{SETIMAGE: w=400&h=400&crop=1}{NEWSIMAGE}<br />{NEWSTITLE} {NEWSCOMMENTCOUNT}</a></div>';
$NEWS_MENU_TEMPLATE['latest']['start'] = '<ul class="nav nav-list news-menu-latest">';
$NEWS_MENU_TEMPLATE['latest']['end'] = '</ul>'; // Example: $NEWS_MENU_TEMPLATE['latest']['end'] '<br />{currentTotal} from {total}';
$NEWS_MENU_TEMPLATE['latest']['item'] = '<li><a class="e-menu-link newsmonths" href="{NEWSURL}">{NEWSTITLE} {NEWSCOMMENTCOUNT}</a></li>';
$NEWS_MENU_WRAPPER['latest']['NEWSCOMMENTCOUNT'] = "({---})";