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
|
<?php
session_start();
include("index param.php");
include("sw/session.php");
$LeTitle="Le titre de la page";
$Meta1="les mots cles";
$Meta2="la description";
include("sw/doctype.php");
include("sw/menugene.php");
include("sw/fenetr_haut.php");
?>
LA LE HTML DE MA PAGE
<p align=center>
<br /><br />
<B>A chacun son métier</B>
<br /><br />
<b>Si vous êtes une association a but non lucratif</b>
<br />
</p>
ET ON FERME LA PAGE
<?PHP
include("sw/fenetr_bas.php");
include("sw/javascript.php");
?>
</body></html> |