1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/9549] Add the module and files for the ACP.

PHPBB3-9549
This commit is contained in:
Joas Schilling
2011-02-09 21:05:10 +01:00
parent 023a102082
commit 4f2b0d9d42
6 changed files with 368 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ class acp_groups_info
'version' => '1.0.0',
'modes' => array(
'manage' => array('title' => 'ACP_GROUPS_MANAGE', 'auth' => 'acl_a_group', 'cat' => array('ACP_GROUPS')),
'position' => array('title' => 'ACP_GROUPS_POSITION', 'auth' => 'acl_a_group', 'cat' => array('ACP_GROUPS')),
),
);
}