Serah Posted October 13, 2005 Share Posted October 13, 2005 I want to change the logo at the top of my shop (where it has the oscommerce logo by default). I know I could upload over the original logo with a new file, but I don't want to save the image in .GIF because it's killing the clarity. Where can I go to edit my logo? =\ Link to comment Share on other sites More sharing options...
♥Monika in Germany Posted October 13, 2005 Share Posted October 13, 2005 I want to change the logo at the top of my shop (where it has the oscommerce logo by default). I know I could upload over the original logo with a new file, but I don't want to save the image in .GIF because it's killing the clarity. Where can I go to edit my logo? =\ if you are not using a template, the logo is in header.php. Search for oscommerce.gif :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ... Link to comment Share on other sites More sharing options...
lizzyb Posted October 13, 2005 Share Posted October 13, 2005 add your image to the images folder in your catalog directory then go to includes/header.php and at the code that is line 57 or so: <td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce') . '</a>'; ?></td> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.