Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Please Help I made an index.html so that would be the frontpage the only problem is


shay101902

Recommended Posts

Posted

I made an index.html so it would go to that page before going into the shop when you type in the url. The only problem is now when your in the shop and you click on a category to go look at something, then when you press the top link it takes you to the front html page. Now I need to find where it has the top link and change it to go to index.php when you click on it. Can anyone please help me. I searched through the english.php and index.php but I can figure out where to change that.

Posted

includes/application_top.php

 

edit this:

 

$breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER);

 

to this:

 

$breadcrumb->add(HEADER_TITLE_TOP, 'index.php');

 

or just comment out, like so:

 

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

 

Vger

Posted
includes/application_top.php

 

edit this:

 

$breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER);

 

to this:

 

$breadcrumb->add(HEADER_TITLE_TOP, 'index.php');

 

or just comment out, like so:

 

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

 

Vger

Thank You SOOOOOOOOOOOOO Much! Your The Best!

Archived

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

×
×
  • Create New...