Merge branch '4.6' into master
[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 4 <title><?php echo $errorTitle ?></title>
6a9514e1 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
56fdfc52
TO
6 <link rel="stylesheet" type="text/css" href=<?php global
7 $installURLPath; echo $installURLPath . "template.css"?> />
6a488035
TO
8</head>
9
10<body>
11<div id="All">
56fdfc52 12 <h1><?php echo $errorTitle ?></h1>
6a488035 13
56fdfc52 14 <?php echo $errorMsg ?>
6a488035
TO
15
16</div>
17</body>
18</html>