please help, I have added a page using the 'about us'download. My screen went white so I ran the debug download. My error is
PHP Parse error: syntax error, unexpected T_STRING in C:\xampp\htdocs\store\includes\extra_datafiles\refund_filenames.php on line 12
My code is
<?php
/**
* @package Pages
* @copyright Copyright 2003-2006 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: about_us.php v1.3 $
*/
// About Us Filename Defines
define('FILENAME_REFUND', 'refund');
define('FILENAME_DEFINE_REFUND, 'define_refund');
?>
Can someone explain what my error is??
Many many thanks.




