Pages vues depuis 25/05/2001 : 108 297 998
Index du forum »» Questions »» metamot
Fatal error: Call to undefined function MM_lastarticles() in /home/bmag/public_html/modules/meta-lang/adv-meta_lang.php on line 41
Message édité par : B-Mag / 14-11-2012 08:56
function MM_LastHistoria ($arg) {
$lugar=1;
$content="";
$arg = arg_filter($arg);
$xtab=news_aff("libre","WHERE topic=8 order by sid DESC limit 0, ".$arg*2,0,$arg*2);
$story_limit=0;
while (($story_limit<$arg) and ($story_limit<sizeof($xtab))) {
$rowcolor = tablos();
list($sid, $catid, $aid, $title, $time, $hometext, $bodytext, $comments, $counter) = $xtab[$story_limit];
$story_limit++;
if($counter>0) {
$content.="<li><a href=\"article.php?sid=$sid\" class=\"noir\">".aff_langue($title)."</a>";
$lugar++;
}
}
return($content);
}
Message édité par : developpeur / 10-12-2012 00:22