aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_display.php
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2011-02-28 00:07:59 +0100
committerIgor Wiedler <igor@wiedler.ch>2011-02-28 00:07:59 +0100
commitab3f45c0e9c2f96c3b4c5fa17c4f460aa2a2d200 (patch)
treed8ca15ef2fff63547bc0b5c0d98edc06fac2c06d /phpBB/includes/functions_display.php
parentf49b8a0e3eb7b0caad763e5bab4c846ce17204b0 (diff)
parent39a26785bb6669633969a7af01d1422e289e7b3f (diff)
downloadforums-ab3f45c0e9c2f96c3b4c5fa17c4f460aa2a2d200.tar
forums-ab3f45c0e9c2f96c3b4c5fa17c4f460aa2a2d200.tar.gz
forums-ab3f45c0e9c2f96c3b4c5fa17c4f460aa2a2d200.tar.bz2
forums-ab3f45c0e9c2f96c3b4c5fa17c4f460aa2a2d200.tar.xz
forums-ab3f45c0e9c2f96c3b4c5fa17c4f460aa2a2d200.zip
Merge branch 'ticket/hanakin/10001' into develop
* ticket/hanakin/10001: [ticket/10001] Created the new styles within colours.css to handle the displaying of the forum & topic images [ticket/10001] Created new Template variable to house class names based on $folder_img value, Modified prosilver template files to utilize class for forum & topic images through out template via the newly created Template variable, Created the new styles within colours.css to handle the displaying of the forum & topic images
Diffstat (limited to 'phpBB/includes/functions_display.php')
-rw-r--r--phpBB/includes/functions_display.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/functions_display.php b/phpBB/includes/functions_display.php
index eb64a115c6..6314ba0ec9 100644
--- a/phpBB/includes/functions_display.php
+++ b/phpBB/includes/functions_display.php
@@ -464,6 +464,7 @@ function display_forums($root_data = '', $display_moderators = true, $return_mod
'FORUM_DESC' => generate_text_for_display($row['forum_desc'], $row['forum_desc_uid'], $row['forum_desc_bitfield'], $row['forum_desc_options']),
'TOPICS' => $row['forum_topics'],
$l_post_click_count => $post_click_count,
+ 'FORUM_IMG_STYLE' => $folder_image,
'FORUM_FOLDER_IMG' => $user->img($folder_image, $folder_alt),
'FORUM_FOLDER_IMG_SRC' => $user->img($folder_image, $folder_alt, false, '', 'src'),
'FORUM_FOLDER_IMG_ALT' => isset($user->lang[$folder_alt]) ? $user->lang[$folder_alt] : '',