Quote:
Originally Posted by GrendelKhan{TSU
bump...
again, can someone post the code for the nav_folderbit without the 3 conditionals?
|
hmmm you can delate this
exemple
PHP Code:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>
make it to
PHP Code:
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
regards