Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

First Post! -> add/change breadcrumb nav


Guest

Recommended Posts

Hi all, This is my very first post here @ oscommerce.com. I've found these forums to be extreamly helpfull as just a mere spectator. My site is www.earthsanswers.com ANY help or advice would be appreciated greatly. Anyway...I've added a few extra pages, a few mods here and there but I am having a hard time adding new breadcrumb nav trails to the new pages i've created (blog page, our founder page, our friends page...ect). Can anyone help me with this? (or anything else you might notice) Thank you so much and heres to my first of many post *cheers*

Link to comment
Share on other sites

Hi all, This is my very first post here @ oscommerce.com. I've found these forums to be extreamly helpfull as just a mere spectator. My site is www.earthsanswers.com ANY help or advice would be appreciated greatly. Anyway...I've added a few extra pages, a few mods here and there but I am having a hard time adding new breadcrumb nav trails to the new pages i've created (blog page, our founder page, our friends page...ect). Can anyone help me with this? (or anything else you might notice) Thank you so much and heres to my first of many post *cheers*

 

 

Well - I can't see your our_founder.php file obviously, but I expect you have this at the top :

require('includes/application_top.php');

 

Have you defined the our_founder.php in the : includes/filenames.php file ? If so, then simply place this line under the require(application_top.php) :

$breadcrumb->add(NAVBAR_TITLE, tep_href_link(FILENAME_OURFOUNDER));

in the our_founder.php file.

 

Corrie

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...