1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-13 17:09:46 +01:00

Merge pull request #2093 from rica-carv/rica-carv-patch-1

Bootstrap warning output format when no topics in forum...
This commit is contained in:
Cameron 2016-12-01 15:41:35 -08:00 committed by GitHub
commit 876f2f9f28

View File

@ -538,7 +538,8 @@ if (count($threadList) )
}
else
{
$forum_view_forum .= "<tr><td class='forumheader alert alert-warning alert-block' colspan='6'>".LAN_FORUM_1008."</td></tr>";
$forum_view_forum .= deftrue('BOOTSTRAP')?"<div class='alert alert-warning'>".LAN_FORUM_1008."</div>":
"<tr><td class='forumheader alert alert-warning alert-block' colspan='6'>".LAN_FORUM_1008."</td></tr>";
}
//--$fVars->FORUMJUMP = forumjump();