henya Posted May 17, 2004 Posted May 17, 2004 Sorry a stupid question - where do I upload the image I want to be at the top of my site in place of oscommerce.gif. Also where and how do I refer to it in code - do I have to include a directory or once uploaded do I just say pic.gif? Thanks
bluepony Posted May 17, 2004 Posted May 17, 2004 http://wiki.oscommerce.com/helpHowtoTextGeneral I'd rather be flying!
Guest Posted May 17, 2004 Posted May 17, 2004 Look in catalog/includes/header.php for this: <a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce') . '</a>'; ?> Change oscommerce.gif for your image name Then upload your images in your images folder The_Bear
Recommended Posts
Archived
This topic is now archived and is closed to further replies.