Deleted some useless files.
[z3nb0x.git] / error_z3nb0x.tpl.php
blob55c4a0accfd109728a3816a1157937998263ae9a
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="fr">
3 <head>
4 <title>z3nb0x</title>
5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6 <link rel="stylesheet" type="text/css" href="_themes/<?php echo $this->getTheme(); ?>/css/general.css" media="screen" />
7 </head>
8 <body>
9 <h1>z3nb0x</h1>
11 <div id="main">
12 <div class="error">
13 <p class="msg">
14 <?php echo $err->getMessage(); ?>
15 </p>
16 <p class="explanation">
17 <?php echo $err->getExplanation(); ?>
18 </p>
19 </div>
20 </div>
21 </body>
22 </html>