Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how do I change the logo in the admin section?


pacman

Recommended Posts

I want to change the logo in the admin section to the company's logo.

 

I went to admin/includes/header and changed to following:

<td align="right"><?php echo '<a href="http://www.oscommerce.com" target="_blank">' . tep_image(DIR_WS_IMAGES . 'header_support.gif', HEADER_TITLE_SUPPORT_SITE, '50', '50') .

 

to:

 <td align="right"><?php echo '<a href="http://www.caillouette.com/catalog/default.php" target="_blank">' . tep_image(DIR_WS_IMAGES . 'new_pattern_logo_sm.gif', HEADER_TITLE_SUPPORT_SITE, '150', '144')

 

but the oscommerce logo is still ther. What am I doing wrong?[/code]

Link to comment
Share on other sites

  • 2 years later...

Archived

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

×
×
  • Create New...