1 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns=
"http://www.w3.org/1999/xhtml" xml:
lang=
"en" lang=
"en">
4 <title><?php echo $errorTitle
?></title>
5 <link rel=
"stylesheet" type=
"text/css" href=
<?php global $installURLPath; echo $installURLPath .
"template.css"?> />
10 <h1><?php echo $errorTitle
?></h1>
12 <?php echo $errorMsg
?>