From f164d2e901115cd34bd40eae2d74418c502717a3 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Mon, 2 Dec 2013 14:12:42 +0100 Subject: [PATCH] [responsive/portal] Use correct folder img in announcements --- modules/announcements.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/announcements.php b/modules/announcements.php index 0e524bd0..9872539d 100644 --- a/modules/announcements.php +++ b/modules/announcements.php @@ -280,6 +280,7 @@ class announcements extends module_base 'REPLIES' => $fetch_news[$i]['topic_replies'], 'TOPIC_VIEWS' => $fetch_news[$i]['topic_views'], 'A_ID' => $i, + 'TOPIC_IMG_STYLE' => $folder_img, 'TOPIC_FOLDER_IMG' => $this->user->img($folder_img, $folder_alt), 'TOPIC_FOLDER_IMG_SRC' => $this->user->img($folder_img, $folder_alt, false, '', 'src'), 'TOPIC_FOLDER_IMG_ALT' => $this->user->lang[$folder_alt],