QUOTE (onecoup @ May 21 2008, 03:08 AM)

please help to replace
"Welcome to Friday Home Shop
Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account? "
with a big picture.
thanks!
I haven't tested this, but I believe if you edit this line of text in catalog/includes/language/english.php it will change the second line.
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>?');
I didn't find a place to edit the "Welcome to Friday Home Shop", but I'll keep looking.
Also, if you're don't know php or html all that well, the code modified to display JUST a picture would look like this:
define('TEXT_GREETING_GUEST', '<img src="put/your/path/to/your/image/here/pic.jpg">');