Merge pull request #5252 from JKingsnorth/CRM-10551
[civicrm-core.git] / install / error.html
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 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6 <link rel="stylesheet" type="text/css" href=<?php global
7 $installURLPath; echo $installURLPath . "template.css"?> />
8 </head>
9
10 <body>
11 <div id="All">
12 <h1><?php echo $errorTitle ?></h1>
13
14 <?php echo $errorMsg ?>
15
16 </div>
17 </body>
18 </html>