Quote:
Originally Posted by EvilAkuma
I think the
Code:
<if condition="$vbprojets_peux_voir">
<td class="vbmenu_control"><a href="mgc_vbprojets.php?$session[sessionurl]">vBProjects</a></td>
</if>
should be
Code:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="mgc_vbprojets.php?$session[sessionurl]">vBProjects</a></td>
</if>
???
|
and why you think this?
if it is member all members see it
and if it is verifier_peuxvoir the userpermissions are checked completly