Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Eliminate breadcrumb navigation from pages.php


orbitmicr

Recommended Posts

  • 4 weeks later...
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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...