ultron2099 Posted June 6, 2008 Posted June 6, 2008 on the menu bar, it appears top >> catalog and then so on deaper into the menu system. I would like to adjust the top so that it holds no destination as i iframe the shopping cart into our websight.
m2000bug Posted June 6, 2008 Posted June 6, 2008 on the menu bar, it appears top >> catalog and then so on deaper into the menu system. I would like to adjust the top so that it holds no destination as i iframe the shopping cart into our websight. 12. … Remove the Top from the breadcrumb? Go to catalog/includes/application_top.php and put // in front of the following line (around 482) CODE $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); 13. … Change Top or the Catalog on the breadcrumb? Go to catalog/includes/English.php and find the following lines and make the changes as necessary CODE define('HEADER_TITLE_TOP', 'Top'); define('HEADER_TITLE_CATALOG', 'Catalog'); 14. … Change the >> in the breadcrumb? Go to catalog/includes/header.php and find the following line – about 63 and change the bit that begins after trail that begins with the & and ends in the ; to the character that you want. CODE <td class="headerNavigation"> <?php echo $breadcrumb->trail(' & raquo; '); ?></td>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.