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:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user