finished.Backdrop.php - Fix the FIXMEs. Align closer to finished.Drupal.php
[civicrm-core.git] / setup / res / error.html
CommitLineData
4bcd4c62
TO
1<?php \Civi\Setup::assertRunning(); ?><!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">
3<head>
4 <title><?php echo $errorTitle ?></title>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6 <link rel="stylesheet" type="text/css" href=<?php echo $installURLPath . "template.css"?> />
7</head>
8
9<body>
10<div id="All">
11 <h1><?php echo $errorTitle ?></h1>
12
13 <?php echo $errorMsg ?>
14
15</div>
16</body>
17</html>