drupal-civicrm/sites/all/modules/civicrm/install/error.html

19 lines
540 B
HTML
Raw Normal View History

2018-01-14 15:10:16 +02:00
<!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>