Closed (fixed)
Project:
Salamander
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Aug 2007 at 18:56 UTC
Updated:
11 Sep 2007 at 10:08 UTC
I'm unsure if this is a bug, a feature, or a personal problem. ;)
I was seeing multiple breadcrumbs when navigating into forums, blogs and acidfree albums. One small set directly below the Primary Links, and another right below that in the node body. I'm a bit of a hack in this regard, but my fix: removed line 142 in page.tpl.php
<?php if ($breadcrumb): ?><?php print $breadcrumb; ?><?php endif; ?>
Comments
Comment #1
florian commentedNether one :) The theme has double breadcrumbs by design. Because of the 1-3 regions under the navigation menu I have considered it is better to have 2 breadcrumbs. But you are right! Change the line to:
... and the second breadcrumb will be available only when regions above are in use. I will update CVS also.
Comment #2
florian commentedComment #3
florian commentedComment #4
florian commented