1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-29 17:19:56 +02:00

Custom Forum title now respected throughout.

This commit is contained in:
Cameron
2016-03-23 17:25:21 -07:00
parent 8282802d5e
commit 825ab74984
4 changed files with 10 additions and 7 deletions

View File

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