Laissez-nous un message...
\n";
if (strstr($_SERVER["REDIRECT_URL"],"comment"))
//if ($_POST["param"] != "postgb")
{
$cachefile = "tmp/livre2.cache.php";
if (!file_exists($cachefile) || (filemtime($cachefile) < filemtime("modules/goldbook/goldbook.forum.csv")))
{
$cachecontent = "\n\n\n\n";
$cachecontent .= file_get_contents("http://".$_SERVER["HTTP_HOST"]."/modules/magicbox.php?module=forum&forumfile=goldbook/goldbook.forum.csv&idnews=goldbook&bodyclass=centerbody&titre=&lang=$lang");
$cachecontent .= "\n\n\n";
$cachecontent = str_replace("","?>",$cachecontent);
$fp = fopen($cachefile,"w");
fwrite($fp,$cachecontent);
fclose($fp);
}
include $cachefile;
}
else
{*/
$param="postgb";
unset($NbMaxPost);
extract($themeset, EXTR_OVERWRITE);
//$headstartcode = "";
//$headendcode ="";
$bodyclass = "centerbody";
$module = "forum";
$idnews = "goldbook";
$forumfile = "modules/goldbook/goldbook.forum.csv";
$titre = "";
//$GoldbookFile = "goldbook";
$footerbox=0;
include "modules/magicbox.php";
unset($bodyclass);
//}
?>