1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 21:54:00 +02:00

[ticket/11088] Move style, extension and language pack management to customise

Instead of being separated, these related ACP modules are now grouped
intuitively.

PHPBB3-11088
This commit is contained in:
David King
2012-09-02 23:44:13 -04:00
parent 9420647c43
commit 4980d8b011
5 changed files with 27 additions and 10 deletions

View File

@@ -2095,9 +2095,10 @@ class install_install extends module
'ACP_PERMISSION_ROLES',
'ACP_PERMISSION_MASKS',
),
'ACP_CAT_STYLES' => array(
'ACP_CAT_CUSTOMISE' => array(
'ACP_STYLE_MANAGEMENT',
'ACP_STYLE_COMPONENTS',
'ACP_EXTENSIONS_MANAGEMENT',
'ACP_LANGUAGE'
),
'ACP_CAT_MAINTENANCE' => array(
'ACP_FORUM_LOGS',