ok, I need this code here to be changed for when the user is not logged in.
I need one for JOIN NOW when the user isnt logged in and a login in one.
can someone please help.
Its going in the website code for the top nav here.
www.levelboosters.com/forum
PHP Code:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')">$vbphrase[log_out]</a></td>
</if>