Jump to content



Latest News: (loading..)

k-c

Member Since 29 Aug 2009
OFFLINE Last Active Dec 20 2012 06:27 AM
-----

Topics I've Started

Parse error: syntax error, unexpected T_STRING in /home/mysite/public_html/includes/lan...

22 November 2012 - 01:25 AM

Hello I am trying to edit the text in the shipping & returns page it says this:

define('TEXT_INFORMATION', 'Put here your Shipping & Returns information.');
?>

The problem is that everytime I change the text I get this:

Parse error: syntax error, unexpected T_STRING in /home/mysite/public_html/includes/languages/english/privacy.php on line 16

At first I thought that my paragraphs were too big but even when I change it to something as simple as this:

define('TEXT_INFORMATION', 'Thanks for visiting our store. You'll save both time and money shopping with us.');
?>

I still get this error I also have this same problem when trying to edit the text in the privacy policy & conditions of use files.

Can someone help me please?

Thanks