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