Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Add index.php to top menu "home" link


Guest

Recommended Posts

Posted

Hi

 

Where do I set the startpage for the "home" link at the top of webshop?

Posted

You will find it in /includes/application_top.php

 

  $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER);

 

You can either comment it with slashes like this so it doesn't show:

 

 

//  $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER);

 

or change it to:

 

 

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

 

Sonia

Archived

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

×
×
  • Create New...