Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

'TOP' NAVIGATION URL


com1usa

Recommended Posts

The 'TOP' Navigation link goes back to the sites home page which is a flash intro. How do i change that link to go to the real home page domainname.com/cover.htm ? Please help me, I just cant figure it out! Thanks in advance

Link to comment
Share on other sites

go to: INCLUDES>APPLICATION_TOP.PHP

 

Find this line: Approx on line 434>

require(DIR_WS_CLASSES . 'breadcrumb.php');

$breadcrumb = new breadcrumb;

 

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

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

 

CHANGE TO>

require(DIR_WS_CLASSES . 'breadcrumb.php');

$breadcrumb = new breadcrumb;

 

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

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

 

 

You'll have two items with same link. I took the Catalog link off but I forgot how I did it. If I remember I'll be sure to share.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...