aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_forum.php
diff options
context:
space:
mode:
authorVjacheslav Trushkin <arty@phpbb.com>2011-09-03 23:50:00 +0300
committerVjacheslav Trushkin <arty@phpbb.com>2011-09-04 01:08:00 +0300
commit830c3f4047d0718ed398c38d4640cc0f1fe77a7f (patch)
treeb4e068cb14fd03347e437d7109c240e6af676c90 /phpBB/includes/mcp/mcp_forum.php
parent98590201d862ad75e24971a8817a06fa66466f77 (diff)
downloadforums-830c3f4047d0718ed398c38d4640cc0f1fe77a7f.tar
forums-830c3f4047d0718ed398c38d4640cc0f1fe77a7f.tar.gz
forums-830c3f4047d0718ed398c38d4640cc0f1fe77a7f.tar.bz2
forums-830c3f4047d0718ed398c38d4640cc0f1fe77a7f.tar.xz
forums-830c3f4047d0718ed398c38d4640cc0f1fe77a7f.zip
[feature/remove-imagesets] Adjustments to php files
Removing imagesets. Adjustments to php files PHPBB3-10336
Diffstat (limited to 'phpBB/includes/mcp/mcp_forum.php')
-rw-r--r--phpBB/includes/mcp/mcp_forum.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/mcp/mcp_forum.php b/phpBB/includes/mcp/mcp_forum.php
index f170dd68eb..8206a183f3 100644
--- a/phpBB/includes/mcp/mcp_forum.php
+++ b/phpBB/includes/mcp/mcp_forum.php
@@ -227,7 +227,6 @@ function mcp_forum_view($id, $mode, $action, $forum_info)
'ATTACH_ICON_IMG' => ($auth->acl_get('u_download') && $auth->acl_get('f_download', $row['forum_id']) && $row['topic_attachment']) ? $user->img('icon_topic_attach', $user->lang['TOTAL_ATTACHMENTS']) : '',
'TOPIC_IMG_STYLE' => $folder_img,
'TOPIC_FOLDER_IMG' => $user->img($folder_img, $folder_alt),
- 'TOPIC_FOLDER_IMG_SRC' => $user->img($folder_img, $folder_alt, false, '', 'src'),
'TOPIC_ICON_IMG' => (!empty($icons[$row['icon_id']])) ? $icons[$row['icon_id']]['img'] : '',
'TOPIC_ICON_IMG_WIDTH' => (!empty($icons[$row['icon_id']])) ? $icons[$row['icon_id']]['width'] : '',
'TOPIC_ICON_IMG_HEIGHT' => (!empty($icons[$row['icon_id']])) ? $icons[$row['icon_id']]['height'] : '',