Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Alter Breadcrumb Head Path link


XinXang

Recommended Posts

Posted

Anyone know how I can change my breadcrumb trail to start with Catalog as the first branch of the trail, instead of Top >> Catalog?

Posted

includes/application_top.php

 

  $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER);
 $breadcrumb->add(HEADER_TITLE_CATALOG, tep_href_link(FILENAME_DEFAULT));

 

Find and edit that..

Posted
thanks, i'll give that a try.

 

hi

 

i'll ask right here .. topic is pretty similar

 

how can i change this code

 

<td class="menubarmain_td1"><div class="date_location">
<?php 
if ($breadcrumb->size() > 2)
{
echo $breadcrumb->trail(' » '); 
}
else
{
echo strftime(DATE_FORMAT_LONG);
}
?>
</div></td>

 

so only date would be displayed ?

 

thank you for your asnwer

Archived

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

×
×
  • Create New...