I want to hide the breadcrumb on the main page, as the title suggests. Now, i suppose this can be done with an if ( if home ) but I don't know the syntax for vb 4.0
I need to start the if, then:
Code:
<div id="breadcrumb" class="breadcrumb">
<ul class="floatcontainer">
<li class="navbithome"><a href="index.php{vb:raw session.sessionurl_q}" accesskey="1"><img src="{vb:stylevar imgdir_misc}/navbit-home.png" alt="{vb:rawphrase home}" /></a></li>
{vb:raw navbits.breadcrumb}
{vb:raw navbits.lastelement}
</ul>
<hr />
</div>
then end the if.
correct me if i'm wrong anywhere...and please, if you know that conditional