Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Replacing oscommerce.gif


henya

Recommended Posts

Posted

Sorry a stupid question - where do I upload the image I want to be at the top of my site in place of oscommerce.gif.

Also where and how do I refer to it in code - do I have to include a directory or once uploaded do I just say pic.gif?

 

Thanks

Posted

Look in catalog/includes/header.php for this:

<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce') . '</a>'; ?>

Change oscommerce.gif for your image name

Then upload your images in your images folder

 

The_Bear

Archived

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

×
×
  • Create New...