Getting a Parse error and can't figure it Out - Help!!
Posted: Sun Mar 11, 2007 11:29 pm
feyd | Please use
Cheers,
Lindz
feyd | Please use
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
Hi
My website is http://www.gotdatabases.com and when I go to my site I am getting this error:
Parse error: syntax error, unexpected T_STRING in /home2/gotdata/public_html/includes/languages/english.php on line 19
and here is the code: my error is on line 19 (shown in red below).. I also re loaded the original file and am still gettin this error now? - I can't for the life of me see where the code problem is??? help!Code: Select all
// Showcase vs Store
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.');
}
define('TEXT_GREETING_PERSONAL', 'Hello <span class="greetUser">%s</span>! Would you like to see our <a href="%s">newest additions</a>?'); // <--
define('TEXT_INFORMATION', 'Define your main Index page copy here.');
//moved to englishLindz
feyd | Please use
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]