fourangels11 Posted August 8, 2006 Share Posted August 8, 2006 I am trying to change main text on the my new Commerce store & must be did something awful in the index.php in the Main text line because I've got this: Parse error: parse error, unexpected T_STRING in /mnt/w0513/d01/s41/b025001b/www/petstore/catalog/includes/languages/english/index.php on line 14 Here how what I did: <?php /* $Id: index.php,v 1.1 2003/06/11 17:38:00 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ define('TEXT_MAIN', '); define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s'); define('TABLE_HEADING_UPCOMING_PRODUCTS', 'Upcoming Products'); define('TABLE_HEADING_DATE_EXPECTED', 'Date Expected'); if ( ($category_depth == 'products') || (isset($HTTP_GET_VARS['manufacturers_id'])) ) { define('HEADING_TITLE', 'Let\'s See What We Have Here'); PLEASE help me , I have no idea how to fix it . Link to comment Share on other sites More sharing options...
jasonabc Posted August 8, 2006 Share Posted August 8, 2006 You are missing a single quote. Change this: define('TEXT_MAIN', '); to this define('TEXT_MAIN', ''); Jason My Contributions: Paypal Payflow PRO | Rollover Category Images | Authorize.net Invoice Number Fix Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.