Debug A LA SALE
This commit is contained in:
@@ -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_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' => '',
|
||||||
'FORUM_FOLDER_IMG_SRC' => '',
|
'FORUM_FOLDER_IMG_SRC' => '',
|
||||||
'FORUM_IMAGE' => ($forum_image) ? '<img src="' . $phpbb_root_path . $forum_image . '" alt="' . $user->lang['FORUM_CAT'] . '" />' : '',
|
//'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_SRC' => ($forum_image) ? $phpbb_root_path . $forum_image : '',
|
||||||
'U_VIEWFORUM' => append_sid("{$phpbb_root_path}viewforum.$phpEx", 'f=' . $row['forum_id']),
|
'U_VIEWFORUM' => append_sid("{$phpbb_root_path}viewforum.$phpEx", 'f=' . $row['forum_id']),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user