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

@@ -92,7 +92,7 @@ if(isset($_GET['f']))
$fVars = new e_vars;
$gen = new convert;
$fVars->FORUMTITLE = LAN_PLUGIN_FORUM_NAME;
$fVars->FORUMTITLE = e107::pref('forum','title', LAN_PLUGIN_FORUM_NAME);
$fVars->THREADTITLE = LAN_FORUM_0002;
$fVars->REPLYTITLE = LAN_FORUM_0003;
$fVars->LASTPOSTITLE = LAN_FORUM_0004;
@@ -417,7 +417,7 @@ function parse_forum($f, $restricted_string = '')
$fVars->FORUMSUBFORUMS = '';
$badgeReplies = ($f['forum_replies']) ? "badge-info" : "";