Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Replacing Header Image with Flash / SWF file?


Graffe

Recommended Posts

Thanks for the reply Bear. This code seems like it will work fine for uploading item images but I don't think there is a way in the admin panel to overwrite the top banner image, oscommerce.gif. They only way I have been able to do it is to make an image the same size, call it the same, and upload via FTP. Please correct me if I'm wrong.

 

So, is there a file that I can edit that will change the HTML output so that the image call for oscommerce.gif actually calls for an swf file?

 

Thanks again,

Eric

Link to comment
Share on other sites

In catalog/includes/header.php

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

 

The_Bear

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...