Fastest5 Posted July 6, 2005 Posted July 6, 2005 I have modified the line in Header.php and included the new logo in the images dir. The logo will NOT show up, instead the default os logo shows. If I rename my logo to oscommerce.gif then it works, although still no way to change the 'Alt' text. :'( I am running STS, and before installing this had no problem changing the logo. In the STS template it calls for the logo with '$cataloglogo' Is this defined somewhere else that calls out oscommerce.gif instead of something custom? All suggestions appreciated! :blink:
WiseWombat Posted July 6, 2005 Posted July 6, 2005 I have modified the line in Header.php and included the new logo in the images dir. The logo will NOT show up, instead the default os logo shows. If I rename my logo to oscommerce.gif then it works, although still no way to change the 'Alt' text. :'( I am running STS, and before installing this had no problem changing the logo. In the STS template it calls for the logo with '$cataloglogo' Is this defined somewhere else that calls out oscommerce.gif instead of something custom? All suggestions appreciated! :blink: <{POST_SNAPBACK}> Take a look at catalog/includes/header.php around line 56 You can change your image there. ( WARNING ) I think I know what Im talking about. BACK UP BACK UP BACK UP BACK UP
Fastest5 Posted July 6, 2005 Author Posted July 6, 2005 Do you mean line #62? <td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'mylogo.gif', 'MyAltText') . '</a>'; ?></td> Is what I have and it does nothing!
Guest Posted July 6, 2005 Posted July 6, 2005 easy way, if you are using windows, is to search for and download 'windows grep' or something similar, then you can search for oscommerce.gif in your files and find every where it is listed. this way anything you want to find can be found very easily.
Fastest5 Posted July 6, 2005 Author Posted July 6, 2005 Thanks Mibble, I was wondering if there was such a program, I will try that and report back!
Fastest5 Posted July 6, 2005 Author Posted July 6, 2005 That worked! It was in sts_display_output line 188 for anyone who needs to know!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.