mirror of
https://github.com/e107inc/e107.git
synced 2025-09-03 03:13:34 +02:00
Merge pull request #3378 from SimSync/fix_1412
fixes #1412 implemented a forum image/icon which is displayed in front of the forum name
This commit is contained in:
@@ -337,6 +337,7 @@ $fVars->MODERATORS = LAN_FORUM_1009.': '.implode(', ', $modUser);
|
||||
$fVars->BROWSERS = '';
|
||||
--*/
|
||||
$forumSCvars['forum_name']= $forumInfo['forum_name'];
|
||||
$forumSCvars['forum_image']= $forumInfo['forum_image'];
|
||||
$forumSCvars['modUser']= $modUser;
|
||||
$forumSCvars['track_online']= varset($pref['track_online']);
|
||||
|
||||
|
Reference in New Issue
Block a user