INFRA-132 - CRM/Financial - phpcbf
[civicrm-core.git] / install / error.html
CommitLineData
6a488035
TO
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">
3<head>
4<title><?php echo $errorTitle ?></title>
5<link rel="stylesheet" type="text/css" href=<?php global $installURLPath; echo $installURLPath . "template.css"?> />
6</head>
7
8<body>
9<div id="All">
10<h1><?php echo $errorTitle ?></h1>
11
12<?php echo $errorMsg ?>
13
14</div>
15</body>
16</html>