Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

;<?php echo $breadcrumb->trail(' » '); ?>


Digerdoo

Recommended Posts

It adds a >> to your breadcrumb trail between pages like catalog >> privacy.

 

Jack

 

 

If i press it it goes to mainpage. How i can remove that option but show others..

 

:blush:

Link to comment
Share on other sites

Remove what option? The >>?

 

Jack

 

I want that it show all other but you can not press frontpage.. or if it show other subcatogories there and you press it it goes index.php?cPath=211_43 or something but how you put it that way if yuo press it show new file like subcategory.php?cPath=211_43

 

:blush:

Link to comment
Share on other sites

open your catalog\includes\application_top.php locate and comment out this line

$breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER);

Link to comment
Share on other sites

open your catalog\includes\application_top.php locate and comment out this line

$breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER);

 

 

Many thanks.. if i want replace filename_default = index.php another file like subcategory.php?cPath=211_43 what i have to do if i want that way when someone press the subcategory or category it list it subcategory.php not index.php.

 

 

:thumbsup:

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...