Hi there,
Yes, back again. This time I have a problem with how the 'login' views when I actually click to log in.
For instance. You go to my site and notice the 'Welcome Guest, would you like to log in?'. You click on it and your re-directed to the login screen. Now, notice in the header, you see 'TEXT_GREETING_GUEST'.
How do I get rid of that? Perhaps I didn't add the php correctly in the header.
FYI - I moved this code, from '/popoutportraits.com/cart/includes/templates/custom/templates/tpl_index_default.php
to this location.Code:<? php if (SHOW_CUSTOMER_GREETING == 1) { ?> <h2 class="greeting"><?php echo zen_customer_greeting(); ?></h2> <?php } ?>
'/popoutportraits.com/cart/includes/templates/custom/common/tpl_header.php'
Any help would be appreciated.
Cheers,
Happyworker



