1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
<body>
<div id="conteneur">
<div id="header" align="center"><a href="index.php">
<img src="images/ban.png" name="ban" width="959px" height="99px" border="0" class="png"></a></div>
<?php include 'config/sousban.php';
include 'config/cookies.php';
?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" cellpadding="0" cellspacing="0">
<div id="petitemarge">
<?php
if (isset($_SESSION["w_login"]) && $_SESSION["w_login"] != "")
{
include 'config/class_url_rewrit.php';
include 'config/lespages.php';
}
else
include 'connexion/connexion.php';
?>
</div>
</td>
</tr>
</table>
<div id="petitemarge">
<p id="footer">Réalisation des codes (x)html-css et du design par DSI-ACIP</p>
</div>
</div>
</body> |