albo Posted October 21, 2005 Share Posted October 21, 2005 Hi everyone I have installed the oscommerce and in my main page on the left top I see the links Top, Catalog I have installed it in www.mysite.com/catalog Now: when I click on the link top it goes to www.mysite.com I want it to go to mysite.com/catalog same at when clicking on catalog.. Anyone knows where to change that Thank you Link to comment Share on other sites More sharing options...
Guest Posted October 21, 2005 Share Posted October 21, 2005 You would do better to remove it - in /includes/application_top.php comment or remove: $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); to change it as you ask: $breadcrumb->add(HEADER_TITLE_TOP, tep_href_link(FILENAME_DEFAULT)); Matti Link to comment Share on other sites More sharing options...
albo Posted October 21, 2005 Author Share Posted October 21, 2005 Thank you.. much better now Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.