Forum » » Le coin des codeurs » » [Résolu] - image
Posté : 28 sept. 2004 à 21:55
function ephemblock() {
$result = mysql_query("select content from ephem order by RAND DESC LIMIT 0,1");
list($content) = mysql_fetch_array($result);
$boxstuff = "<br /><br />";
$boxstuff = ($content);
global $block_title;
if ($block_title=="")
$title=("Fiche");
else
$title=$block_title;
themesidebox($title, $boxstuff);
}
Cet article provient de NPDS
https://www.npds.org/viewtopic.php?topic=12098&forum=5