n/oldblog
n
/
oldblog
Archived
1
0
Fork 0
This repository has been archived on 2024-02-13. You can view files and clone it, but cannot push or open issues or pull requests.
oldblog/404.en.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é</font></h2>
<br />Le fichier demandé n'à pas été trouvé !
<br />Cliquez <a href="/">ici</a> pour revenir à 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>