Technoscream Posted October 29, 2009 Posted October 29, 2009 Hi all, This is hopefully a simple question... I'm adjusting the layout of my site. I've got rid of the "welcome guest" login message by removing the content forom the "'TEXT_GREETING_GUEST" line on the english.php file. Thats great, but i'm left with 2 blank lines between the welcome message and my content in the centre column. I cant find a way to remove these 2 blank lines where "welcome guest" used to be? Thanks
Guest Posted October 29, 2009 Posted October 29, 2009 Catalog > index.php Near the bottom of the file, look for this: <td class="main" align="center"><?php echo tep_customer_greeting(); ?></td> Comment it out by putting // in front of the echo call for the greeting, like this: <td class="main" align="center"><?php //echo tep_customer_greeting(); ?></td> Removing the text from the language file only prevents the greeting text from appearing onscreen, but leaves the lines where the text would have normally appeared. - Andrea
Recommended Posts
Archived
This topic is now archived and is closed to further replies.