in reply to Implemention of Access Control
On a side note I use this method BUT it can turn into quite a mess depending on the complexity of the access condtional so plan carefully.if ($profile{permissions} == $menu{link_access}) { print .... html to the link }
|
|---|