17 lines
467 B
PHP
17 lines
467 B
PHP
|
<br /><br /><br />
|
||
|
<h1>Le canal</h1>
|
||
|
|
||
|
<?php include "include/note.inc.php"; ?>
|
||
|
|
||
|
<div class="center">
|
||
|
<table width="25%" cellspacing="20" align="center">
|
||
|
<tr>
|
||
|
<td><?php litebox("/images/modules/p_canal.jpg","/images/modules/canal.jpg","Le canal"); ?></td>
|
||
|
<td><?php litebox("/images/modules/p_canal2.jpg","/images/modules/canal2.jpg","Le canal"); ?></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
<hr />
|
||
|
<a href="/modules.html">cliquez ici pour revenir à la carte</a>
|
||
|
</div>
|
||
|
<br /><br />
|