footer.inc.php
<!--NE MODIFIER QUE L'ADRESSE E-MAIL DANS LES LES LIGNES CI-DESSOUS-->
<?
$url = $HTTP_SERVER_VARS["HTTP_HOST"] . $HTTP_SERVER_VARS["REQUEST_URI"];
$date=date("d/m/y", getlastmod());
?>
<table cellspacing="0" border="0" cellpadding="0" width="540">
<tr><td> <br></td></tr>
<tr><td valign="top" width="270"><div align="left" class="date">
<a class="mail" href="mailto:radeff@akademia.ch?subject=<? echo $url ?>" title="Aide www.unige.ch">Questions et commentaires</a><br><!-- Les lignes suivantes sont ajoutées par le serveur après le script html -->
Mise à jour:
<?
echo $date;
?>
</div></td>
</tr>
</table>
</body>
</html>