Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Please help with these minor changes...


Guest

Recommended Posts

Posted

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

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...