Quote:
Originally Posted by Mooff
navbar template:
Code:
</div><!-- closing div for above_body -->
<div class="body_wrapper">
<vb:if condition="!(defined('CMS_SCRIPT'))">
<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>
</vb:if>
We have the same opinion and removed the breadcrumb from our cms some weeks ago.
Regards
|
thx bro, that worked perfectly.
just 1 more.. The 'text' area just above the area circled in screenshot. I'm trying to remove that as well. (where it says 'what's new' , 'How To: Install' / Upgrade' , etc)
This one seems a little harder to find... i've tried embedding same code for several variables just above there, but no luck.