mirror of
https://github.com/e107inc/e107.git
synced 2025-08-31 02:00:14 +02:00
fixes #1412 implemented a forum image/icon which is displayed in front
of the forum name. Displaysize of the image can be defined in the templates.
This commit is contained in:
@@ -336,6 +336,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