Guest Posted December 29, 2004 Posted December 29, 2004 well, after 2 days i can not figure where you change the welcome text at. I want to take that and the top image there out all together. the site is www.winksonline.com thanksin advance for any help Chris
Sincraft Posted December 29, 2004 Posted December 29, 2004 catalog/includes/languages/english/index.php
ozcsys Posted December 29, 2004 Posted December 29, 2004 well, after 2 days i can not figure where you change the welcome text at. I want to take that and the top image there out all together. the site is www.winksonline.com thanksin advance for any help Chris <{POST_SNAPBACK}> If you want to remove it instead of changing the text I would change the following in your index.php file This <td class="main"><?php echo tep_customer_greeting(); ?></td> To this <td class="main"><?php // echo tep_customer_greeting(); ?></td> The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
Sincraft Posted December 29, 2004 Posted December 29, 2004 you really shouldn't delete anything as you may want to go back to it someday with something else. I would take winks suggestion or mine if you just want to change it. Commenting something out is always better than deleting the code.
ozcsys Posted December 29, 2004 Posted December 29, 2004 how do i delete them totally tho? <{POST_SNAPBACK}> You can either comment out the code like I did in the above example or you can remove it altogether find these lines and delete them <tr> <td class="main"><?php echo tep_customer_greeting(); ?></td> </tr> The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
Guest Posted December 29, 2004 Posted December 29, 2004 I just did this <tr> <td class="main"><?php // echo tep_customer_greeting(); ?></td> </tr> <tr> and this <td align="right"><?php // echo tep_image(DIR_WS_IMAGES . $image, HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> </tr> </table></td> </tr> and still nothing
Guest Posted December 29, 2004 Posted December 29, 2004 awsome.. picked around and found the solution. you guys rock
Recommended Posts
Archived
This topic is now archived and is closed to further replies.