<?
$pub=floor($_GET[pub]);
//RENVOIE LE SLIDER CLICK s=
if ($pub==0) { 
header('Location: index.php');
} else { 
header('Location: islider_click.php?s='.$pub);
}
?>