1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Forum notice fixes and bootstrap3 poll styling.

This commit is contained in:
Cameron
2016-03-23 20:13:26 -07:00
parent 12beda569d
commit cd57f1aef8
4 changed files with 14 additions and 7 deletions

View File

@@ -532,7 +532,7 @@ require_once (HEADERF);
if ($forum->prefs->get('enclose'))
{
$forumTitle = e107::pref('forum','title', LAN_PLUGIN_FORUM_NAME);
$ns->tablerender($forumTitle, $forumstring, $mes->render(). array('forum_viewtopic', 'main'));
$ns->tablerender($forumTitle, $mes->render().$forumstring, array('forum_viewtopic', 'main'));
}
else
{