I know I did something DUMB!!! by working a live site but I dont know how to do it anyother way, anyway, I have 2 sites operating with zen cart. I was trying to change the header of www.amazingawards.com and duplicated how my other site www.awards4golf.com was set up. Now I get this message:
Parse error: syntax error, unexpected ')' in /home/acrylicr/public_html/amazingawards/catalog/includes/languages/english/classic/header.php on line 21

I have tried everything from searching posts to going to my other site (which is a duplicate) and checking the header.php but I cannot find the mistake. Here is header.php info
PHP Code:
// header text in includes/header.php
  
define('HEADER_TITLE_CREATE_ACCOUNT''Create Account');
  
define('HEADER_TITLE_MY_ACCOUNT''My Account');
  
define('HEADER_TITLE_CART_CONTENTS''Shopping Cart');
  
define('HEADER_TITLE_CHECKOUT''Checkout');
  
define('HEADER_TITLE_TOP''Top');
  
define('HEADER_TITLE_CATALOG''Home');
  
define('HEADER_TITLE_LOGOFF''Log Out');
  
define('HEADER_TITLE_LOGIN''Log In');
// added defines for header alt and text
  
define('HEADER_ALT_TEXT''' );
  
define('HEADER_SALES_TEXT''' );
  
define('HEADER_LOGO_WIDTH''150px');
  
define('HEADER_LOGO_HEIGHT''75px');
  
define('HEADER_LOGO_IMAGE''amazing_header3.jpg'); 
Your Help is GREATLY APPRECIATED