1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-26 07:44:49 +02:00

Issue #2980 Tablerender ID - Forum fixes

This commit is contained in:
Cameron
2018-01-16 13:53:09 -08:00
parent 4d6825dc51
commit 3f5a18fb01
5 changed files with 23 additions and 22 deletions

View File

@@ -618,7 +618,7 @@ require_once (HEADERF);
if ($forum->prefs->get('enclose'))
{
$forumTitle = empty($FORUMCAPTION) ? e107::pref('forum','title', LAN_PLUGIN_FORUM_NAME) : $tp->parseTemplate($FORUMCAPTION, true, $sc);
$ns->tablerender($forumTitle, $mes->render().$forumstring, array('forum_viewtopic', 'main'));
$ns->tablerender($forumTitle, $mes->render().$forumstring, 'forum-viewtopic');
}
else
{