In the navbar template what it's asking me to look for is only in the default style. I want to know if there's any alternative to this:
Code: 
<if condition="$show['member']">
 <td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')">$vbphrase[log_out]</a></td>
    </if>
so something I can use instead of that.