mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +02:00
Closes #3040 - NFP template update
This commit is contained in:
@@ -232,7 +232,7 @@ if(!class_exists('forum_newforumposts_menu'))
|
||||
|
||||
if (!empty($this->menuPref['title']))
|
||||
{
|
||||
$list .= "<h4 class='media-header'><a href='{$url}'>{$topic}</a></h4>{$post}<br /><small class='text-muted muted'>".LAN_FORUM_MENU_001." {$poster} {$datestamp}</small>";
|
||||
$list .= "<h4 class='media-heading'><a href='{$url}'>{$topic}</a></h4>{$post}<br /><small class='text-muted muted'>".LAN_FORUM_MENU_001." {$poster} {$datestamp}</small>";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user