
Originally Posted by
ivogue
Dear Clyde,
thx for pointing me to the right direction.
I tried to edit my header but the code is the same.
I have this also:
Code:
<li><a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGIN; ?></a></li>
check includes/languages/english/comstock/index.php
lines 25 to 29 should read as follows:
PHP Code:
if (STORE_STATUS == '0') {
define('TEXT_GREETING_GUEST', 'Welcome <span class="greetUser">Guest!</span> Would you like to <a href="%s">log yourself in</a>?');
} else {
define('TEXT_GREETING_GUEST', 'Welcome, please enjoy our online showcase.');
}