Subversion Repositories Sites.tela-botanica.org

Rev

Rev 631 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 631 Rev 677
Line 1... Line 1...
1
<?php
1
<?php
Line 2... Line 2...
2
 
2
 
3
$fond = "article";
-
 
4
 
3
$fond = "article";
5
if ($id_article=="3855")	{
4
if (file_exists($fond.$id_article.".html"))	{
6
	$fond="article3855";
5
	$fond = $fond.$id_article;	
7
}
6
}
Line 8... Line 7...
8
$delais = 1;
7
$delais = 1;