Gap30 Posted March 7, 2007 Posted March 7, 2007 Where is oscommerce.gif located? Can I substiture a .jpg file for .gif? Want to put my logo in the header found basic direction in tips and tricks as follows: Open up the file header.php and change oscommerce.gif to your own image file name, and change this one 'osCommerce' to your store name. (the file is located in the includes folder) It looks like this: CODE <td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce') . '</a>'; ?></td> Thanks; Greg
davidinottawa Posted March 7, 2007 Posted March 7, 2007 Where is oscommerce.gif located? Can I substiture a .jpg file for .gif? Want to put my logo in the header found basic direction in tips and tricks as follows: Open up the file header.php and change oscommerce.gif to your own image file name, and change this one 'osCommerce' to your store name. (the file is located in the includes folder) It looks like this: CODE <td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce') . '</a>'; ?></td> Thanks; Greg It's in the images directory : catalog/images/ You could also just Save your images as : oscommerce.gif and upload it to the images/ directory. Then you do not have to edit the header.php file david
Gap30 Posted March 7, 2007 Author Posted March 7, 2007 It's in the images directory :catalog/images/ You could also just Save your images as : oscommerce.gif and upload it to the images/ directory. Then you do not have to edit the header.php file david Thanks David ! Just needed to know were to put and I like to keep a backup- of orginal I've been known to delete wrong file
Recommended Posts
Archived
This topic is now archived and is closed to further replies.