Guest Posted November 11, 2006 Posted November 11, 2006 Hi Where do I set the startpage for the "home" link at the top of webshop?
Guest Posted November 11, 2006 Posted November 11, 2006 You will find it in /includes/application_top.php $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); You can either comment it with slashes like this so it doesn't show: // $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); or change it to: $breadcrumb->add(HEADER_TITLE_TOP, tep_href_link(FILENAME_DEFAULT)); Sonia
Recommended Posts
Archived
This topic is now archived and is closed to further replies.