aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_forum.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2011-09-20 21:26:37 +0200
committerNils Adermann <naderman@naderman.de>2011-09-20 21:26:37 +0200
commit4e8e31c10b11972a073a79fbbd7865a1195ef456 (patch)
treeca0578de1e67d065004f770d3881b37482c8bae9 /phpBB/includes/mcp/mcp_forum.php
parentf31d32dd89e5d01e08f0ae09b43042377bfdfc0c (diff)
parent3e76f7468864f5e5d8c3f805745c44e422ae817c (diff)
downloadforums-4e8e31c10b11972a073a79fbbd7865a1195ef456.tar
forums-4e8e31c10b11972a073a79fbbd7865a1195ef456.tar.gz
forums-4e8e31c10b11972a073a79fbbd7865a1195ef456.tar.bz2
forums-4e8e31c10b11972a073a79fbbd7865a1195ef456.tar.xz
forums-4e8e31c10b11972a073a79fbbd7865a1195ef456.zip
Merge remote-tracking branch 'github-cyberalien/feature/remove-imagesets' into develop
* github-cyberalien/feature/remove-imagesets: [feature/remove-imagesets] Script for converting imageset to css [feature/remove-imagesets] Changing subsilver [feature/remove-imagesets] Changing prosilver [feature/remove-imagesets] Adjustments to php files [feature/remove-imagesets] Changing admin control panel styles module [feature/remove-imagesets] Changing database structure [feature/remove-imagesets] Removing imageset files [feature/remove-imagesets] Moving images
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'] : '',