include ("detect_lang.php"); // inclusion du choix de la langue include("include/config.php"); include("include/fonctions.php"); ?>
echo htmlentities($site_url); ?>
".htmlentities($r1["titre"])."
\n"; echo "".TXT_ARTICLE_ECRIT_PAR." ".htmlentities($r1["auteur"])." {".htmlentities($r1["email"])."} ".$r1["dateh"]."
"; } else { $q1 = mysql_query("SELECT *, DATE_FORMAT(date, '$site_date_j') AS dateh FROM news WHERE idx = $id"); $r1 = mysql_fetch_array($q1); echo "".htmlentities($r1["titre"])."
\n"; echo "".conv($r1["texte"])."
\n"; if (!empty($r1["suite"])) { echo "".conv($r1["suite"])."
\n";} echo "".TXT_NEWS_POSTEE_PAR." ".htmlentities($r1["auteur"])." {".htmlentities($r1["email"])."} ".$r1["dateh"]."
"; } } ?>