Added portal permissions -- It is now possible to show the Portal only to the users and groups we want to

This commit is contained in:
Marc Alexander
2010-12-02 17:24:07 +00:00
parent ff9e9c6061
commit b2a591bb35
6 changed files with 17 additions and 6 deletions

View File

@@ -23,8 +23,8 @@ class acp_portal_info
'title' => 'ACP_PORTAL',
'version' => '2.0.0',
'modes' => array(
'config' => array('title' => 'ACP_PORTAL_GENERAL_INFO', 'auth' => 'acl_a_portal', 'cat' => array('ACP_PORTAL')),
'modules' => array('title' => 'ACP_PORTAL_MODULES', 'auth' => 'acl_a_portal', 'cat' => array('ACP_PORTAL')),
'config' => array('title' => 'ACP_PORTAL_GENERAL_INFO', 'auth' => 'acl_a_manage_portal', 'cat' => array('ACP_PORTAL')),
'modules' => array('title' => 'ACP_PORTAL_MODULES', 'auth' => 'acl_a_manage_portal', 'cat' => array('ACP_PORTAL')),
),
);
}