Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing OScommerce Logo in Admin Section


Guest

Recommended Posts

In admin/invoice.php change:

 

        <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce', '204', '50'); ?></td>

 

to:

 

        <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'your_image.gif', 'your_alt_text', '204', '50'); ?></td>

 

Put the correct information where I have: 'your_image.gif' and 'your_alt_text', and perhaps the sizes that follow - upload your image to admin/images. :D

 

Matti

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...