nikmark Posted July 1, 2006 Posted July 1, 2006 How do I delete the "top" and "catalog" links in the top left of the navigation bar?
matrix2223 Posted July 1, 2006 Posted July 1, 2006 Simply go to your header.php look for and either comment out with // before or delete this bit of code <td class="headerNavigation"> <?php echo $breadcrumb->trail(' » '); ?></td>
muskokee Posted July 1, 2006 Posted July 1, 2006 Simply go to your header.php look for and either comment out with // before or delete this bit of code <td class="headerNavigation"> <?php echo $breadcrumb->trail(' » '); ?></td> Won't that remove the whole breadcrumb?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.