En fait c'est une page .php3:
<?
$page = "chirologie/chiro_acc.htm";
switch ($rub)
{
case 1 :
$page = "chirologie/chiro_acc.htm";
break;
case 2 :
$page = "chirologie/doigts.htm";
break;
case 3 :
$page = "chirologie/lignes.htm";
break;
case 4 :
$page = "chirologie/monts.htm";
break;
case 5 :
$page = "chirologie/e-chirology.htm";
break;
}
$rub=1;
?>
<html>
<head>
<title>Le Site des Mains - Chirologie</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body text="#663300" background="trait.jpg" leftmargin="5" marginwidth="5" topmargin="0" marginheight="3" >
<table width="770" cellspacing="5">
<tr>
<td colspan="2" align="center">
<?php include "menu_inc.htm"; ?>
</td>
</tr>
<tr>
<td height="10"></td>
<td rowspan="2">
<div class="boite">
<div class="sousboite">
<? include ($page); ?>
</div></div>
</td>
</tr>
<tr>
<td width="115" valign="top" align="left">
<?php include "chirologie/chiro_menu_inc.htm" ;?>
</td>
</tr>
</table>
</body>
</html>
---------------
Découvrez la version 2005 du Site des Mains!! C'est la même qu'en 2004!