1
0
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:
Tijn Kuyper
2018-06-27 11:40:56 +02:00
committed by GitHub
parent 9ce050b995
commit 89e3716c3f

View File

@@ -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
{