I am receiving this error after updating my meta tags:
Parse error: syntax error, unexpected T_STRING in /home2/diviocom/public_html/includes/languages/english/meta_tags.php on line 17
Here are the lines:
<?php
/**
* @package languageDefines
* @copyright Copyright 2003-2005 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: meta_tags.php 4273 2006-08-26 03:13:52Z drbyte $
*/
// page title
define('TITLE', 'Divine Metal Distro: Christian Metal, Christian Death Metal, Christian Black Metal, Unblack');
// Site Tagline
define('SITE_TAGLINE', 'Christian Death Metal & Christian Black
Metal');
Can you spot a problem?
Thanks!




