orbitmicr Posted January 3, 2007 Share Posted January 3, 2007 Is there a way to remove the breadcrumb navigation from pages.php? Link to comment Share on other sites More sharing options...
SometimesConfused Posted January 25, 2007 Share Posted January 25, 2007 Is there a way to remove the breadcrumb navigation from pages.php? I went into includes/header.php and commented out around lines 62 - 69. Yours may be different since I'd commented out the php code for online ordering previously, but it starts with: <table border="0" width="100%" cellspacing="0" cellpadding="1"> <tr class="headerNavigation"> <td class="headerNavigation"> <?php echo $breadcrumb->trail(' » '); down to about line 69: </table> Just put in <!-- before the start of the table and --> at the last part. Hope that helped! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.