jusa31 Posted February 26, 2006 Share Posted February 26, 2006 Can anyone see a mistake here: define('TEXT_GREETING_PERSONAL', 'Velkommen <span class="greetUser">%s I get this message when i try to open the site: Parse error: parse error, unexpected T_STRING in /home/........./public_html/main/includes/languages/english.php on line 131 Link to comment Share on other sites More sharing options...
jusa31 Posted February 26, 2006 Author Share Posted February 26, 2006 Can anyone see a mistake here: define('TEXT_GREETING_PERSONAL', 'Velkommen <span class="greetUser">%s I get this message when i try to open the site: Parse error: parse error, unexpected T_STRING in /home/........./public_html/main/includes/languages/english.php on line 131 Link to comment Share on other sites More sharing options...
Guest Posted February 27, 2006 Share Posted February 27, 2006 With PHP commonsense, the complete line should be define('TEXT_GREETING_PERSONAL', 'Velkommen <span class="greetUser">%s'); Pay attention to the last three characters Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.