Debug A LA SALE

This commit is contained in:
Gauvain Boiché
2020-04-02 13:34:15 +02:00
parent eb6cf0d7f5
commit 7930e62380

View File

@@ -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) ? '<img src="' . $phpbb_root_path . $forum_image . '" alt="' . $user->lang['FORUM_CAT'] . '" />' : '',
'FORUM_IMAGE_SRC' => ($forum_image) ? $phpbb_root_path . $forum_image : '',
//'FORUM_IMAGE' => ($forum_image) ? '<img src="' . $phpbb_root_path . $forum_image . '" alt="' . $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']),
);