Ashley Posted May 25, 2004 Share Posted May 25, 2004 Hello! I was wondering if anybody knows how I can change the name of the main logo from "OsCommerce.gif" to whatever I want. Is there also a way to turn off the tiny box that displays the file name when you hover over the logo? Thank you. ~Ashley Link to comment Share on other sites More sharing options...
burt Posted May 25, 2004 Share Posted May 25, 2004 The tiny box is there for a good reason - accessibility for visually impaired surfers. You need to look in includes/header.php to make both of the changes that you require. Link to comment Share on other sites More sharing options...
Ashley Posted May 25, 2004 Author Share Posted May 25, 2004 Thank you for your answer Burt! What I want to know is how to do it. I know there is the option of turning off the text box in HTML. I just don't know how to do it. I actually don't mind my main logo to be called 'osCommerce' that much.. what I mind is that whenever you hover the cursor over it it reveals the file name. ~Ashley Link to comment Share on other sites More sharing options...
burt Posted May 25, 2004 Share Posted May 25, 2004 tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce') change osCommerce to nothing (ie blank) and oscommerce.gif to logo.gif or whatever. Remember to upload an image to match the name you use. eg: tep_image(DIR_WS_IMAGES . 'logo.gif', '') Link to comment Share on other sites More sharing options...
Ashley Posted May 26, 2004 Author Share Posted May 26, 2004 Thank you Burt!! :D :D :D It was just what I needed! Pizza on me! ~Ashley Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.