mirror of
https://github.com/e107inc/e107.git
synced 2025-08-31 10:01:56 +02:00
Added custom caption configuration to News Archive Menu.
This commit is contained in:
@@ -126,4 +126,10 @@ $NEWS_MENU_TEMPLATE['carousel']['item'] = '<!-- Start Item -->
|
||||
|
||||
|
||||
|
||||
$NEWS_MENU_TEMPLATE['carousel']['nav'] = '<li data-target="#news-carousel" data-slide-to="{COUNT}" class="{ACTIVE}"><a href="#">{NEWS_SUMMARY}</a></li>';
|
||||
$NEWS_MENU_TEMPLATE['carousel']['nav'] = '<li data-target="#news-carousel" data-slide-to="{COUNT}" class="{ACTIVE}"><a href="#">{NEWS_SUMMARY}</a></li>';
|
||||
|
||||
|
||||
// TODO
|
||||
$NEWS_MENU_TEMPLATE['archive'] = array();
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user