Pages vues depuis 25/05/2001 : 108 503 194
Index du forum »» Bugs, Probs ... »» Pages suivantes
Message édité par : PhilGuen / 10-05-2012 12:15
Message édité par : PhilGuen / 11-05-2012 08:04
if ($op=="edito") {
global $storyhome, $cookie;
if (isset($cookie[3])) {
$storynum = $cookie[3];
} else {
$storynum = $storyhome;
}
if (sizeof($news_tab)==$storynum) {
$marqeur=$marqeur+sizeof($news_tab);
echo "<br /><p align=\"right\"><a href=\"index.php?op=newindex&catid=$catid&marqeur=$marqeur\" class=\"noir\">".translate("Next Page")."</a></p><br />";
}
}
if ($op=="edito") {
global $storyhome, $cookie;
if (isset($cookie[3])) {
$storynum = $cookie[3];
} else {
$storynum = $storyhome;
}
if (sizeof($news_tab)==$storynum) {
$marqeur=$marqeur+sizeof($news_tab);
echo "
";
}
}
Message édité par : PhilGuen / 13-05-2012 07:19