Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do I change the "Top" url on the default left


alfaowner

Recommended Posts

It's in header.php... I think.. been a long time :)

"Politics is the art of preventing people from taking part in affairs which properly concern them"

Link to comment
Share on other sites

Might got moved to the breadcrumb class... lemme check :)

"Politics is the art of preventing people from taking part in affairs which properly concern them"

Link to comment
Share on other sites

Yup... (dusty mind)

 

in application_top.php look for this:

 

$breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER);

 

 

That's the one you're after... :D

 

change to

 

 

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

 

 

HTH

Mattice

"Politics is the art of preventing people from taking part in affairs which properly concern them"

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...