bugleman Posted June 11, 2005 Posted June 11, 2005 I'm trying to get rid of this line on my home/index page..... Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account? Someone told me to go to includes/languages/english.php file and comment out the following but when I do it still leaves these words... TEXT_GREETING_GUEST on the page in place of the other line. So it must be referencing someplace else. I'm using CartXpress. Does anyone know how to get rid of that whole line? Or where else to go to get rid of those three words? So close yet so far, lol. define('TEXT_GREETING_GUEST', 'Welcome <span class="greetUser">Guest!</span> Would you like to <a href="%s"><u>log yourself in</u></a>? Or would you prefer to <a href="%s"><u>create an account</u></a>?'); Thanks.
bdotjones Posted June 11, 2005 Posted June 11, 2005 I'm trying to get rid of this line on my home/index page.....Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account? <{POST_SNAPBACK}> You have to remove <?php echo tep_customer_greeting(); ?> from your index.php and also you can find this function in the "includes/functions/general.php" file I believe on line 933
Recommended Posts
Archived
This topic is now archived and is closed to further replies.