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

@@ -98,5 +98,9 @@ $lang = array_merge($lang, array(
'RELEASE_ANNOUNCEMENT' => 'Ankündigungsthema',
'UP_TO_DATE' => '%s ist aktuell',
'VERSION_CHECK' => 'MOD Version Check',
// Adding the permissions
'acl_a_manage_portal' => array('lang' => 'Can alter Portal settings', 'cat' => 'misc'),
'acl_u_view_portal' => array('lang' => 'Can view the Portal', 'cat' => 'misc'),
));
?>