1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-03 03:13:34 +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

@@ -582,7 +582,7 @@ if ($forum->prefs->get('enclose'))
// $forum_view_subs????
$caption = varset($FORUM_VIEW_CAPTION) ? $tp->parseTemplate($FORUM_VIEW_CAPTION, true, $sc) : $forum->prefs->get('title');
$ns->tablerender($caption, $forum_view_start.$forum_view_subs.$forum_view_forum.$forum_view_end, array('forum_viewforum', 'main1'));
$ns->tablerender($caption, $forum_view_start.$forum_view_subs.$forum_view_forum.$forum_view_end, 'forum-viewforum');
}
else
{