37 lines
966 B
PHP
37 lines
966 B
PHP
|
|
|||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|||
|
<html>
|
|||
|
<head>
|
|||
|
<title>404 Error</title>
|
|||
|
<link rel='stylesheet' href='/css/minimal.css' type='text/css' media="screen" title="minimal" />
|
|||
|
</head>
|
|||
|
<body>
|
|||
|
<table>
|
|||
|
<tr>
|
|||
|
<td align='left'><img src='/images/tourmentine.gif' alt='' /></td>
|
|||
|
<td align='center'>
|
|||
|
<h2><font color='red'>Erreur 404 - Fichier non trouv<EFBFBD></font></h2>
|
|||
|
<br />Le fichier demand<EFBFBD> n'<EFBFBD> pas <EFBFBD>t<EFBFBD> trouv<EFBFBD> !
|
|||
|
<br />Cliquez <a href="/">ici</a> pour revenir <EFBFBD> la page d'accueil...
|
|||
|
</td>
|
|||
|
<td align='right'>
|
|||
|
<?php
|
|||
|
include "include/theme.inc.php";
|
|||
|
include "themes/default/theme.php";
|
|||
|
|
|||
|
$bodyclass="magicbox";
|
|||
|
|
|||
|
$module = "liens";
|
|||
|
$titre = "Services";
|
|||
|
$headlien = "/";
|
|||
|
// $TypeListe = "deroul";
|
|||
|
$FileName = "modules/liens/liensdirects.csv";
|
|||
|
include "modules/magicbox.php";
|
|||
|
?>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
<?php // include "footer.php" ?>
|
|||
|
</body>
|
|||
|
</html>
|