tma/pages/livre.php

14 lines
471 B
PHP
Raw Normal View History

2020-11-29 11:25:34 +01:00
<?php
unset($NbMaxPost);
extract($themeset, EXTR_OVERWRITE);
//$headstartcode = "<font size='3' class='centerhead'>";
//$headendcode ="</font>";
$bodyclass = "centerbody";
$module = "goldbook";
$titre = "Livre d'or";
$GoldbookFile = "goldbook";
echo "<br /><br /><br />\n<div class='center'><h1>Laissez-nous un message...</h1></div><br />\n";
include "modules/magicbox.php";
unset($bodyclass);
?>