|
// Publicité dans le haut du sommaire
echo"\n";
include("scriptpub/pub-haut.inc");
echo" \n";
// Section du centre
//include("include/une-wq.inc");
$handle = fopen("include/une-wq46.inc", "r");
while (!feof($handle)) {
$buffer = fgets($handle, 4096);
echo utf8_encode($buffer);
}
fclose($handle);
?>
|

|
include('scriptpub/pub-droite.inc') ?>
|