Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Delete 'Top' in Trail ??


jenbrink

Recommended Posts

I just want to delete the 'Top' link in Trail of the Breadcrumb. My store will be in an inline frame.

 

I was afraid to just delete some of the lines that I thought might do it, being just a graphic designer.

 

Could someone please tell me which file and line to change? Thanks in advance!!!

 

Jen"s coding: >_<

Link to comment
Share on other sites

The breadcrumb is started by this code in includes/application_top.php:

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

Adjust the text and link as desired. You can remove one of these lines if you wish.

Link to comment
Share on other sites

I just want to delete the 'Top' link in Trail of the Breadcrumb. My store will be in an inline frame.

 

I was afraid to just delete some of the lines that I thought might do it, being just a graphic designer.

 

Could someone please tell me which file and line to change? Thanks in advance!!! 

 

Jen"s coding:  >_<

 

In includes aplication_top.php around line 490(i have mods so may be a little off) delete

$breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER);

Link to comment
Share on other sites

Wow!! You guys are too cool. Too freaking fast.

I guessed maybe that line, but I'm always afraid to delete anything without reading exactly what to delete.

 

Thanks a million!! Too Cool!! :D

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...