From 7930e62380facca76a7c664ebe8f0e884673362d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gauvain=20Boich=C3=A9?= Date: Thu, 2 Apr 2020 13:34:15 +0200 Subject: [PATCH] Debug A LA SALE --- includes/functions_display.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/functions_display.php b/includes/functions_display.php index 38208d7..1a97e42 100644 --- a/includes/functions_display.php +++ b/includes/functions_display.php @@ -433,8 +433,8 @@ 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']), 'FORUM_FOLDER_IMG' => '', 'FORUM_FOLDER_IMG_SRC' => '', - 'FORUM_IMAGE' => ($forum_image) ? '' . $user->lang['FORUM_CAT'] . '' : '', - 'FORUM_IMAGE_SRC' => ($forum_image) ? $phpbb_root_path . $forum_image : '', + //'FORUM_IMAGE' => ($forum_image) ? '' . $user->lang['FORUM_CAT'] . '' : '', + //'FORUM_IMAGE_SRC' => ($forum_image) ? $phpbb_root_path . $forum_image : '', 'U_VIEWFORUM' => append_sid("{$phpbb_root_path}viewforum.$phpEx", 'f=' . $row['forum_id']), );