Subversion Repositories Sites.tela-botanica.org

Rev

Rev 631 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 david 1
<?php
2
 
3
$fond = "article";
677 gduche 4
if (file_exists($fond.$id_article.".html"))	{
5
	$fond = $fond.$id_article;
631 gduche 6
}
4 david 7
$delais = 1;
8
 
9
include ("inc-public.php3");
10
 
11
?>