hello,
i seem to be getting this error
Parse error: syntax error, unexpected T_STRING in /home2/dorvalyt/public_html/includes/php/template.php on line 19
here's the batch of code:
line13 function GenerateHeader($CurrentSection, $Header)
line14 {
line15 RedirectMobile();
line16
line17 $HTML = "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\"
\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n";
line18 $HTML .= "<html xmlns=\"http://www.w3.org/1999/xhtml\">\n";
line19 $HTML .= "<head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252">\n";
line20 $HTML .= "$GLOBALS[Tab1]\n";
line21 $HTML .= "$GLOBALS[Tab1]<META HTTP-EQUIV=\"Pragma\" CONTENT=\"no-cache\" />\n";
line21 $HTML .= "$GLOBALS[Tab1]<META HTTP-EQUIV=\"Expires\" CONTENT=\"-1\" />\n";
any help would be greatly appreciated.
thank you