error_general.php

Go to the documentation of this file.
00001 <html>
00002 <head>
00003 <title>Error</title>
00004 <style type="text/css">
00005 
00006 body {
00007 background-color:       #fff;
00008 margin:                         40px;
00009 font-family:            Lucida Grande, Verdana, Sans-serif;
00010 font-size:                      12px;
00011 color:                          #000;
00012 }
00013 
00014 #content  {
00015 border:                         #999 1px solid;
00016 background-color:       #fff;
00017 padding:                        20px 20px 12px 20px;
00018 }
00019 
00020 h1 {
00021 font-weight:            normal;
00022 font-size:                      14px;
00023 color:                          #990000;
00024 margin:                         0 0 4px 0;
00025 }
00026 </style>
00027 </head>
00028 <body>
00029         <div id="content">
00030                 <h1><?php echo $heading; ?></h1>
00031                 <?php echo $message; ?>
00032         </div>
00033 </body>
00034 </html>