XinXang Posted December 6, 2004 Posted December 6, 2004 Anyone know how I can change my breadcrumb trail to start with Catalog as the first branch of the trail, instead of Top >> Catalog?
Guest Posted December 7, 2004 Posted December 7, 2004 includes/application_top.php $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); $breadcrumb->add(HEADER_TITLE_CATALOG, tep_href_link(FILENAME_DEFAULT)); Find and edit that..
gregy Posted December 14, 2004 Posted December 14, 2004 thanks, i'll give that a try. <{POST_SNAPBACK}> hi i'll ask right here .. topic is pretty similar how can i change this code <td class="menubarmain_td1"><div class="date_location"> <?php if ($breadcrumb->size() > 2) { echo $breadcrumb->trail(' » '); } else { echo strftime(DATE_FORMAT_LONG); } ?> </div></td> so only date would be displayed ? thank you for your asnwer
Recommended Posts
Archived
This topic is now archived and is closed to further replies.