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:
3
news.php
3
news.php
@@ -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();
|
||||
|
Reference in New Issue
Block a user