Lost page
Hi I was asked to change the Welcome and Join me box and when I went in to change I lost the page and keep receiving a "Parse error: syntax error, unexpected 'h1' (T_STRING) in /home/gringoads/public_html/
wp-content/themes/classipress/includes/options.php on line 74"
This is the only code I touched and I cannot see where I have a mistake.
// Classified Ads Messages
'ads_welcome_msg' =>
html( 'h2', array( 'class' => 'colour_top' ), __( 'Welcome to Gringo Ads!', APP_TD ) ) . PHP_EOL . PHP_EOL .
html( 'h1', span array( 'class' => 'colour' ), __( 'List Your Classified Ads', APP_TD ) ). PHP_EOL . PHP_EOL .
html( 'p',array( 'class' => 'colour_top' ), __( 'Become a free member and start listing your classified ads within minutes. Manage all ads from your personalized dashboard.', APP_TD ) ), PHP_EOL .
I realise it is the h1 line 74 but dont know how to change whatever it is that needs changing.
Cheers