Hello! Much like others I am really pretty new at this stuff. I searched around the forum but was not able to correct my problem.
I keep getting the following error:
PHP Parse error: parse error, unexpected T_STRING in /home/content/j/m/o/jmoyer1976/html/zencart/includes/languages/english.php on line 149
Which has resulted in me not being able to open "Online Catalog"
Line 149 is in red.
// currencies box text in sideboxes/currencies.php
define('BOX_HEADING_CURRENCIES', 'Currencies');
// information box text in sideboxes/information.php
define('BOX_HEADING_INFORMATION', 'Information');
define('BOX_INFORMATION_PRIVACY', 'Privacy Notice');
define('BOX_INFORMATION_CONDITIONS', 'Conditions of Use');
define('BOX_INFORMATION_SHIPPING', 'Shipping & Returns');
define('BOX_INFORMATION_CONTACT', 'Contact Us');
define('BOX_BBINDEX', 'Forum');
define('BOX_INFORMATION_UNSUBSCRIBE', 'Newsletter Unsubscribe');
define('BOX_INFORMATION_SITE_MAP', 'Site Map');
What am I missing?
Any help would be much appreciated. Thank you in advance.



