mirror of
https://github.com/e107inc/e107.git
synced 2025-09-08 21:30:54 +02:00
News Grid Upgrades (TBD)
This commit is contained in:
@@ -86,15 +86,7 @@ $NEWS_MENU_TEMPLATE['other2']['end'] = "</ul>";
|
||||
|
||||
|
||||
// Grid Menu
|
||||
$NEWS_MENU_TEMPLATE['grid']['start'] = '<div class="row news-menu-grid">';
|
||||
$NEWS_MENU_TEMPLATE['grid']['item'] = '<div class="item {NEWSGRID}">
|
||||
{SETIMAGE: w=400&h=400&crop=1}
|
||||
{NEWSTHUMBNAIL=placeholder}
|
||||
<h3>{NEWSTITLE: limit=_titleLimit_}</h3>
|
||||
<p>{NEWSSUMMARY: limit=_summaryLimit_}</p>
|
||||
<p class="text-right"><a class="btn btn-primary btn-othernews" href="{NEWSURL}">'.LAN_READ_MORE.'</a></p>
|
||||
</div>';
|
||||
$NEWS_MENU_TEMPLATE['grid']['end'] = '</div>';
|
||||
// Moved to news_grid_template.php
|
||||
|
||||
|
||||
// $NEWS_MENU_WRAPPER['grid']['NEWSTITLE'] = "<span style='color:red'>{---}</span>"; // example
|
||||
|
Reference in New Issue
Block a user