Ausgirl Posted December 27, 2006 Share Posted December 27, 2006 Hello, I would like to remove this line from the home page as I have a loginbox. I dont want to delete it as I may want it back sometime. I would just like to add // in front of it to make it disappear. I tried this but was doing it in the wrong file as it was showing GREET_USER_TEXT instead. Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account? Much Appreciated Link to comment Share on other sites More sharing options...
bill110 Posted December 27, 2006 Share Posted December 27, 2006 catalog/index.php about line 301 <td class="main"><?php echo tep_customer_greeting(); ?></td> add your // like this <td class="main"><?php// echo tep_customer_greeting(); ?></td> This will however leave a space across the page due to the html for a table row. My Contributions Stylesheet With Descriptions Glassy Grey Boxtops Our Products Meta Tags On The Fly Password Protect Admin "No matter where you go....There you are" - Buccaroo Bonsai Link to comment Share on other sites More sharing options...
Ausgirl Posted December 27, 2006 Author Share Posted December 27, 2006 Beautiful, Thank You :) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.