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