exoticnovelty Posted December 19, 2005 Posted December 19, 2005 Hello folks, I would like to delete the "Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account?" from the main page. Could someone please tell me where I can delete it. Also would like to delete the title "What's New Here?" above too. Thank you in advance!!!! William :rolleyes:
Nacer Posted December 19, 2005 Posted December 19, 2005 In your index.php find: <td class="main"><?php echo tep_customer_greeting(); ?></td> replace with: <td class="main"><?php //echo tep_customer_greeting(); ?></td> Enjoy Nacer.
jkx Posted December 19, 2005 Posted December 19, 2005 Yes you can commnet out the line like //. but u will notice that there is also a tep_draw_seprator something like and its good if u also comment it out with //. I have done this for my site.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.