1
0
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:
Achim Ennenbach
2018-08-14 13:52:39 +02:00
parent acfaf2df8e
commit 7ddb9a44db
7 changed files with 69 additions and 26 deletions

View File

@@ -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']);