Hello:
I've been working on editing the contact_us page. However, I keep getting this error:
Parse error: syntax error, unexpected T_LNUMBER in /home/content/s/m/e/smellgoods7/html/catalog/includes/languages/english/contact_us.php on line 37
Now when I delete 37, the error goes to 36; if I remove lines 27-37, the error is on 29. See what I'm saying?
I did Live Support, but this is a problem that I could not get resolve. Hoping someone here can be of assistance.
This is the entire code:
<?php
/*
$Id: contact_us.php,v 1.2 2004/03/05 00:36:42 ccwjr Exp $
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com Copyright (c) 2002 osCommerce
Released under the GNU General Public License
*/
define('HEADING_TITLE', 'Contact Us');
define('NAVBAR_TITLE', 'Contact Us');
define('TEXT_SUCCESS', 'Your enquiry has been successfully sent to the Store Owner.');
//define('EMAIL_SUBJECT', 'Enquiry from ' . STORE_NAME);
define('ENTRY_NAME', 'Full Name:');
define('ENTRY_EMAIL', 'E-Mail Address:');
define('ENTRY_ENQUIRY', 'Inquiry:');
// Contact US Email Subject : DMG
define('TEXT_EMAIL_SUBJECTS', '* select a subject *');
define('EMAIL_SUBJECT', 'Message from ' . STORE_NAME. ': ');
define('ENTRY_SUBJECT','Subject:');
// CRE Contact Us Enhancements
// VJ
define('ENTRY_URGENT', 'Urgent:');
define('ENTRY_SELF', 'Send myself a copy:');
define('TEXT_SUBJECT_URGENT', 'Urgent');
define('ENTRY_TOPIC','Email Topic:');
define('ENTRY_TOPIC_1', 'Sales');
define('ENTRY_TOPIC_2', 'Tracking');
define('ENTRY_TOPIC_3', 'Technical');
define('ENTRY_TOPIC_4', 'Sponsorship');
define('ENTRY_TOPIC_5', 'Wholesale');
(this is line 37)define('TEXT_SUBJECT_PREFIX', 'Contact from ' . STORE_NAME . ': ');
define('TEXT_BODY', '<div class="main"><strong>Business Headquarters:</strong><br>
Smell Goods '98™ <br>
PO Box 123<br>
Newell, 28213<br>
USA
<br><br>
Tel: 704.921.8349<br>
<br>
<strong>E-mail Contacts:</strong><br>
Affiliate Program Inquiries - <a href="mailto:affiliateprogram@smellgoodspa.com" target="blank">affiliateprogram@smellgoodspa.com</a><br>
Wholesale Inquiries - <a href="mailto:wholesale@smellgoodspa.com" target="blank">wholesale@smellgoodspa.com</a><br>
Technical Assistance - <a href="mailto:info@smellgoodspa.com" target="blank">info@smellgoodspa.com</a><br>
Product Inquiries - <a href="mailto:smellgoods@smellgoodspa.com" target="blank">smellgoods@smellgoodspa.com</a><br>
Order Status - <a href="mailto:orders@smellgoodspa.com" target="blank">orders@smellgoodspa.com</a><br>
Scent Branding Inquiries - <a href="mailto:scentbranding@smellgoodspa.com" target="blank">scentbranding@smellgoodspa.com</a><br><br>
Many thanks.