Guest Posted January 10, 2005 Posted January 10, 2005 How do I change the " ? " to a " + " on the top navigation where it says " Top ? Catalog " Also, how do I delete the code that displays images next to the page "What's new here?", etc... Thanks, Michael
Guest Posted January 10, 2005 Posted January 10, 2005 The html code for that >> is » . Look for this line in includes/header.php: <td class="headerNavigation"> <?php echo $breadcrumb->trail(' » '); ?></td> You should be able to replace that character with whatever you want. There are several threads on getting rid of the images in the heading. Simple answer: Open up most any of hte .php files in the catalog directory, search for lines that start with <td class="pageHeading" and contain a .gif in them. -jared
Recommended Posts
Archived
This topic is now archived and is closed to further replies.