Merge pull request #5000 from totten/master-cbf3
[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>
56fdfc52
TO
4 <title><?php echo $errorTitle ?></title>
5 <link rel="stylesheet" type="text/css" href=<?php global
6 $installURLPath; echo $installURLPath . "template.css"?> />
6a488035
TO
7</head>
8
9<body>
10<div id="All">
56fdfc52 11 <h1><?php echo $errorTitle ?></h1>
6a488035 12
56fdfc52 13 <?php echo $errorMsg ?>
6a488035
TO
14
15</div>
16</body>
17</html>