Signe astrologique
Notre signe astro conditionne non seulement notre personnalité, mais aussi, notre rapport au poids, au corps, et à la minceur.
Et vous, à table, êtes-vous plutôt du genre Bélier compulsive, Cancer gourmande, Gémeaux touche-à-tout ?
Découvrez vite quelle mangeuse les astres font de vous !
";
foreach ($regastr as $a => $b)
{
$txt = str_replace("astro_","",$b);
echo "
".ucfirst($txt)." ";
}
echo "";
$i=0;
foreach ($regastr as $a => $b)
{
$txt = str_replace("astro_","",$b);
echo "
";
echo file_get_contents("pages/regimesastro/$b.php");
echo "
Début de page
";
echo "
".$tabpubastro[$i]."
";
$i++;
}
?>
";
$tabpubastro[3]="
";
$tabpubastro[6]="
";
$tabpubastro[9]="
";
/*
$tabpubastro[]="";
$tabpubastro[]="";
$tabpubastro[]="";
$tabpubastro[]="";
$tabpubastro[]="";
$tabpubastro[]="";
$tabpubastro[]="";*/
?>