mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Update forum_viewforum.php
Bootstrap warning output format when no topics in forum...
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user