sprinter_ Posted July 24, 2005 Share Posted July 24, 2005 Hi. Where do you do to comment out the breadcrumb navigation bar? Link to comment Share on other sites More sharing options...
moonstone Posted July 25, 2005 Share Posted July 25, 2005 Hi. Where do you do to comment out the breadcrumb navigation bar? <{POST_SNAPBACK}> The breadcrumb is in catalog/includes/header.php. Around line 63 look for the following: <td class="headerNavigation"> <?php echo $breadcrumb->trail(' » '); ?></td> Simply change to the following to get rid of the breadcrumb: <td class="headerNavigation"> </td> Hope that helps... :blush: Link to comment Share on other sites More sharing options...
sprinter_ Posted July 25, 2005 Author Share Posted July 25, 2005 Thank you Moonstone. you have a good photo. :-) Link to comment Share on other sites More sharing options...
moonstone Posted July 26, 2005 Share Posted July 26, 2005 :D Thank you! I'm a space hamster... :lol: Link to comment Share on other sites More sharing options...
Guest Posted February 15, 2007 Share Posted February 15, 2007 I know it's been while since this thread was started but you can also just comment out the code for the breadcrumb, that way if you need or want it in the future, you can still use it in catalog/includes/header.php (around line 63?) Change: <td class="headerNavigation"> <?php echo $breadcrumb->trail(' » '); ?></td> to <td class="headerNavigation"> <?php //echo $breadcrumb->trail(' » '); ?></td> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.