Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing my "top" URL


VideoDude

Recommended Posts

Ok... Fair enough. In the end I decided to completely remove the "top" link. To do this I editted line 454 of 'application_top.php' by adding '//' in front of it.

 

Was...

    $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER);

Is...

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

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...