assign('action', $g_objAction); $g_objSmarty->assign('ressource', $g_objResource); $g_objSmarty->assign('actionid', $_REQUEST['actionid']); $g_objSmarty->assign('ressourceid', $_REQUEST['ressourceid']); $g_objSmarty->assign('username', $_REQUEST['username']); $g_objSmarty->assign('actions', com_borealis_acl_object_Action::getAll()); $g_objSmarty->assign('ressources', com_borealis_acl_object_Ressource::getAll()); $g_objSmarty->assign('isAuthorized', $g_bIsAuthorized); $g_objSmarty->assign('errorIsAuthorized', $g_strErrorIsAuthorized); $g_objSmarty->display('aclmanager.tpl'); ?>