Old stuff/old_sites/wallo/index.php
(Deskargatu)
<? include("auth.php");
echo '<?xml version="1.0" encoding="iso-8859-1"?>';?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>WalloNight</title>
<link type="text/css" rel="stylesheet" href="style.css" />
</head>
<body>
<div class="page">
<?
include("menu.php");
include("header.php");
include("contenu.php");
include("footer.php");
?>
</div>
</body>
</html>