pacman Posted April 16, 2003 Share Posted April 16, 2003 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 More sharing options...
Ajeh Posted April 16, 2003 Share Posted April 16, 2003 View your source ... are you sure you upload the file to the right location? Link to comment Share on other sites More sharing options...
ambarisha Posted January 31, 2006 Share Posted January 31, 2006 you have to change the imagefile name and other details in admin/index.php file also as you did in header.php file. That solves everything. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.