To see what I mean go here:
Amber precious
go to English to see it better.
To see what I mean go here:
Amber precious
go to English to see it better.
In includes/languages/english/YOUR_TEMPLATE/index.php (where YOUR_TEMPLATE is hte name of your custom template), change the following line:
toCode:define('TEXT_GREETING_GUEST', 'Welcome <span class="greetUser">Guest!</span> Would you like to <a href="%s">log yourself in</a>?');
Change the text I've highlighted in red to whatever you want.Code:define('TEXT_GREETING_GUEST', 'Welcome <span class="greetUser">Guest!</span> Would you like to <a href="%s">register</a> or <a href="%s">log in</a>?');