First commit
This commit is contained in:
commit
c6e2478c40
13918 changed files with 2303184 additions and 0 deletions
18
sites/all/modules/civicrm/install/error.html
Normal file
18
sites/all/modules/civicrm/install/error.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<title><?php echo $errorTitle ?></title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href=<?php global
|
||||
$installURLPath; echo $installURLPath . "template.css"?> />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="All">
|
||||
<h1><?php echo $errorTitle ?></h1>
|
||||
|
||||
<?php echo $errorMsg ?>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue