weightman Posted June 10, 2009 Posted June 10, 2009 Can anyone tell me how to add a new link to the beginning of the breadcrumb? Thanks!
aiyou Posted June 11, 2009 Posted June 11, 2009 The breadcrumb in created in /includes/application_top.php. Check around line 465 of your (unmodified) application_top for the following, and modify as desired: // 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));
Recommended Posts
Archived
This topic is now archived and is closed to further replies.