1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

A few top level changes to the module structure.

More will follow since the quick access section is currently broken


git-svn-id: file:///svn/phpbb/trunk@5948 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Graham Eames
2006-05-20 15:12:32 +00:00
parent badcfdd1ed
commit 91282dde1b
3 changed files with 16 additions and 16 deletions

View File

@@ -1623,15 +1623,10 @@ class install_install extends module
var $module_categories = array(
'acp' => array(
'ACP_CAT_GENERAL' => array(
'ACP_BOARD_CONFIGURATION',
'ACP_SERVER_CONFIGURATION',
'ACP_CLIENT_COMMUNICATION',
'ACP_QUICK_ACCESS',
),
'ACP_CAT_USERGROUP' => array(
'ACP_CAT_USERS',
'ACP_GROUPS',
'ACP_USER_SECURITY',
'ACP_BOARD_CONFIGURATION',
'ACP_CLIENT_COMMUNICATION',
'ACP_SERVER_CONFIGURATION',
),
'ACP_CAT_FORUMS' => array(
'ACP_CAT_FORUMS',
@@ -1641,9 +1636,13 @@ class install_install extends module
'ACP_MESSAGES',
'ACP_ATTACHMENTS',
),
'ACP_CAT_USERGROUP' => array(
'ACP_CAT_USERS',
'ACP_GROUPS',
'ACP_USER_SECURITY',
),
'ACP_CAT_PERMISSIONS' => array(
'ACP_BASIC_PERMISSIONS',
'ACP_SPECIAL_PERMISSIONS',
'ACP_GLOBAL_PERMISSIONS',
'ACP_FORUM_BASED_PERMISSIONS',
'ACP_PERMISSION_ROLES',
'ACP_PERMISSION_MASKS',
@@ -1665,10 +1664,10 @@ class install_install extends module
),
'mcp' => array(
'MCP_MAIN' => null,
'MCP_NOTES' => null,
'MCP_QUEUE' => null,
'MCP_WARN' => null,
'MCP_REPORTS' => null,
'MCP_NOTES' => null,
'MCP_WARN' => null,
'MCP_LOGS' => null,
'MCP_BAN' => null,
),