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:
@@ -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',
|
||||
|
Reference in New Issue
Block a user