KillingScream Posted August 28, 2006 Share Posted August 28, 2006 If my store is something like.. www.thisisagoodshop.com/store And I click on 'Top', it goes to www.thisisagoodshop.com Is it possible to change 'Top', so it redirects to something that I want? This is what I mean: Anyone help me out ? Oh, btw, got another question too! Is it possible to remove pictures? I got that.. but I don't want pictures there... How can I remove it ? :) Thanks in advance! Link to comment Share on other sites More sharing options...
Guest Posted August 28, 2006 Share Posted August 28, 2006 To remove the 'Top' link find catalog/includes/application_top.php Find this section: // include the breadcrumb class and start the breadcrumb trail require(DIR_WS_CLASSES . 'breadcrumb.php'); $breadcrumb = new breadcrumb; $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); $breadcrumb->add(HEADER_TITLE_CATALOG, tep_href_link(FILENAME_DEFAULT)); And comment out the HEADER_TITLE_TOP line so it looks like this: // include the breadcrumb class and start the breadcrumb trail require(DIR_WS_CLASSES . 'breadcrumb.php'); $breadcrumb = new breadcrumb; // $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); $breadcrumb->add(HEADER_TITLE_CATALOG, tep_href_link(FILENAME_DEFAULT)); Link to comment Share on other sites More sharing options...
KillingScream Posted August 29, 2006 Author Share Posted August 29, 2006 Big thanks! Anyone maybe knows about the pictures also? :) Link to comment Share on other sites More sharing options...
KillingScream Posted August 30, 2006 Author Share Posted August 30, 2006 Up. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.