Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

$top points to the wrong directory


gms

Recommended Posts

i just setup osc2.2 on my linux server, and i notice in the catalog that selecting "Top" from the breadcrumb leads me to the very top of the directory tree, which is 1 level beyond where osc is installed. Is there a place in the code that controls where $top _should_ point? or do i need to alter configure.php to do this?

 

Thanks for any input.

Link to comment
Share on other sites

its in catalog\includes\application_top.php

 

$breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER);

 

set it to the page you want or comment it out.

 

Mark~

Thanks. I finallly just commented it out, since it really doesn't make any sense to have it. It looks as though it would point to index.php, unless there is a landing page on the site, which I don't want or need.

 

I appreciate the input.

 

John

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...