Rev 631 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<?php $fond = "article"; if (file_exists($fond.$id_article.".html")) { $fond = $fond.$id_article; } $delais = 1; include ("inc-public.php3"); ?>
<?php
$fond = "article";
if (file_exists($fond.$id_article.".html")) {
$fond = $fond.$id_article;
}
$delais = 1;
include ("inc-public.php3");
?>