echo $site_keyword ?>
echo $article ?>
$nop = "links.php"; if (file_exists($nop)) include "$nop"; ?>
include("sitemap_H.inc.php"); if (!file_exists("param.inc.php")) makeParam(); // si param n'exist pas , on le cree include("param.inc.php"); include("fichta_2/getText.inc.php"); // on cree un id pour avoir toujours le meme texte $id= getID($domain); // creation d'un text $article = array(); $article = getArticle("fichta_2/folder_$keyFolder/txt.dat",1,$id); $article = str_replace("[[keyword]]",$site_keyword,$article[0]); // format le sitemap $navigation = getIntLink($keyFolder); ?>
echo $article ?>
$nop = "links.php"; if (file_exists($nop)) include "$nop"; ?>