1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-25 07:21:03 +02:00

Improved control over news images and video. Separate css classes added for each. eg. news-image-1 , news-video-3

This commit is contained in:
Cameron
2014-02-04 06:21:05 -08:00
parent 182233238f
commit 8d689f2d94
4 changed files with 107 additions and 56 deletions

View File

@@ -319,7 +319,8 @@ if ($action == 'cat' || $action == 'all' || vartrue($_GET['tag']))
}
$text .= "<div class='center news-list-footer'><a class='btn btn-default' href='".e107::getUrl()->create('news/list/all')."'>".LAN_NEWS_84."</a></div>";
ob_start();
$ns->tablerender($NEWSLISTTITLE, $text, 'news');
$cache_data = ob_get_flush();