1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 10:16:36 +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

@@ -2489,6 +2489,20 @@ function change_database_data(&$no_updates, $version)
'auth' => 'acl_a_styles',
'cat' => 'ACP_STYLE_MANAGEMENT',
),
'extensions' => array(
'base' => 'acp_extensions',
'class' => 'acp',
'title' => 'ACP_EXTENSIONS',
'auth' => 'acl_a_extensions',
'cat' => 'ACP_EXTENSION_MANAGEMENT',
),
'lang_management' => array(
'base' => 'acp_language',
'class' => 'acp',
'title' => 'ACL_LANGUAGE_PACKS',
'auth' => 'acl_a_language',
'cat' => 'ACL_LANGUAGE',
),
'autologin_keys' => array(
'base' => 'ucp_profile',
'class' => 'ucp',