drupal-civicrm/sites/all/modules/civicrm/install/error.html
2018-01-14 13:10:16 +00:00

19 lines
540 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title><?php echo $errorTitle ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href=<?php global
$installURLPath; echo $installURLPath . "template.css"?> />
</head>
<body>
<div id="All">
<h1><?php echo $errorTitle ?></h1>
<?php echo $errorMsg ?>
</div>
</body>
</html>