01 November 2008
So I was trying to remove the Breadcrumb's from my front page. The settings in the module parameters to not show it on the front page worked except the "pathway" or a small rectangle was left behind. I finally found a solution for it. So I thought should post it.This is what the code in your index.php file for breadcrumbs usually looks like:
<div id="breadcrumbs">
<jdoc:include type="modules" name="breadcrumb" style="EarthBreadCrumbStyle" />
</div>
This what you would change it to:
<div id="breadcrumbs">
<jdoc:include type="modules" name="breadcrumb" style="EarthBreadCrumbStyle"/>
</div>
as I found out you need to remove the "DIV" not just the module.
Remember this is the index.php file in your templates root directory. Save your current one somewhere else first then modify it.
Set as favorite
Bookmark
Email This
Hits: 409
Trackback(0)
Comments (0)

Write comment



