aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/info/acp_styles.php
diff options
context:
space:
mode:
authorVjacheslav Trushkin <arty@phpbb.com>2011-09-03 18:57:16 +0300
committerVjacheslav Trushkin <arty@phpbb.com>2011-09-03 18:57:16 +0300
commit98590201d862ad75e24971a8817a06fa66466f77 (patch)
treec93278554398eb7490bcb435c97c590b5a7a4309 /phpBB/includes/acp/info/acp_styles.php
parent33adfd633b6fa92bbc6e0b4fd303e942d2923b6e (diff)
downloadforums-98590201d862ad75e24971a8817a06fa66466f77.tar
forums-98590201d862ad75e24971a8817a06fa66466f77.tar.gz
forums-98590201d862ad75e24971a8817a06fa66466f77.tar.bz2
forums-98590201d862ad75e24971a8817a06fa66466f77.tar.xz
forums-98590201d862ad75e24971a8817a06fa66466f77.zip
[feature/remove-imagesets] Changing admin control panel styles module
Removing imagesets. Changing admin control panel styles module PHPBB3-10336
Diffstat (limited to 'phpBB/includes/acp/info/acp_styles.php')
-rw-r--r--phpBB/includes/acp/info/acp_styles.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/acp/info/acp_styles.php b/phpBB/includes/acp/info/acp_styles.php
index d6afd53cef..bdcceb1b7d 100644
--- a/phpBB/includes/acp/info/acp_styles.php
+++ b/phpBB/includes/acp/info/acp_styles.php
@@ -23,7 +23,6 @@ class acp_styles_info
'style' => array('title' => 'ACP_STYLES', 'auth' => 'acl_a_styles', 'cat' => array('ACP_STYLE_MANAGEMENT')),
'template' => array('title' => 'ACP_TEMPLATES', 'auth' => 'acl_a_styles', 'cat' => array('ACP_STYLE_COMPONENTS')),
'theme' => array('title' => 'ACP_THEMES', 'auth' => 'acl_a_styles', 'cat' => array('ACP_STYLE_COMPONENTS')),
- 'imageset' => array('title' => 'ACP_IMAGESETS', 'auth' => 'acl_a_styles', 'cat' => array('ACP_STYLE_COMPONENTS')),
),
);
}