Guest Posted January 23, 2009 Share Posted January 23, 2009 As I was changing some text on my php file I accididently erased some code. Can anyone help. I have attached what is on there now. My site is down. www.safarigard.com <?php /* $Id: index.php 1739 2007-12-20 00:52:16Z hpdl $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2007 osCommerce Released under the GNU General Public License */ define('TEXT_MAIN', 'Welcome to'); <br /> Complete Land Rover repair and upgrade services also available.<br /><br /> Regular Office hours: Monday-Thursday 8am-4:30pm PST<br /> Phone (619) 300-4287 <br /> Email: [email protected] <br /> If we are unable to answer your call PLEASE leave a message. Thank you!<br />'); 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'); define('TABLE_HEADING_IMAGE', ''); define('TABLE_HEADING_MODEL', 'Part #'); define('TABLE_HEADING_PRODUCTS', 'Product Name'); define('TABLE_HEADING_MANUFACTURER', 'Manufacturer'); define('TABLE_HEADING_QUANTITY', 'Quantity'); define('TABLE_HEADING_PRICE', 'Price'); define('TABLE_HEADING_WEIGHT', 'Weight'); define('TABLE_HEADING_BUY_NOW', 'Buy Now'); define('TEXT_NO_PRODUCTS', 'There are no products to list in this category.'); define('TEXT_NO_PRODUCTS2', 'There is no product available from this manufacturer.'); define('TEXT_NUMBER_OF_PRODUCTS', 'Number of Products: '); define('TEXT_SHOW', '<b>Show:</b>'); define('TEXT_BUY', 'Buy 1 \''); define('TEXT_NOW', '\' now'); define('TEXT_ALL_CATEGORIES', 'All Categories'); define('TEXT_ALL_MANUFACTURERS', 'All Manufacturers'); } elseif ($category_depth == 'top') { define('HEADING_TITLE', ''); } elseif ($category_depth == 'nested') { define('HEADING_TITLE', 'Categories'); } ?> Link to comment Share on other sites More sharing options...
Guest Posted January 23, 2009 Share Posted January 23, 2009 This part define('TEXT_MAIN', 'Welcome to'); <br /> Complete Land Rover repair and upgrade services also available.<br /><br /> Regular Office hours: Monday-Thursday 8am-4:30pm PST<br /> Phone (619) 300-4287 <br /> Email: [email protected] <br /> If we are unable to answer your call PLEASE leave a message. Thank you!<br />'); should be define('TEXT_MAIN', 'Welcome to <br /> Complete Land Rover repair and upgrade services also available.<br /><br /> Regular Office hours: Monday-Thursday 8am-4:30pm PST<br /> Phone (619) 300-4287 <br /> Email: [email protected] <br /> If we are unable to answer your call PLEASE leave a message. Thank you!<br />'); Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.