New version submitted by TomB
[carbonphp.git] / Source / application / errors / error.php
blob2252b3c03ead51df8a1aba56f1d9fbc33abdbc75
1 <html>
2 <head>
3 <title>Error</title>
4 <style type="text/css">
5 body {
6 background: #fff;
7 color: #000;
8 font-family: "Lucida Sans Unicode", "Lucida Grande";
9 font-size: 12px;
10 margin: 30px;
13 #container {
14 padding: 25px 12px 25px 12px;
17 h1 {
18 color: #770000;
19 font-size: 14px;
20 font-weight: normal;
21 margin-bottom: 5px;
23 </style>
24 </head>
26 <body>
28 <div id="content">
29 <h1><?php echo $heading; ?></h1>
30 <p><?php echo $message; ?></p>
31 </div>
33 </body>
34 </html>