 |
European and French legislation
guaranteeing the origin and
authenticity of a product.
|
|
|
Gourmet Hampers
A gift hamper for gourmets to indulge in, or any other festive occasion; Christmas, Valentine's Day, Easter, Mother's Day, Father's Day, a birthday, an invite to friends ... This gourmet hamper has all the charm of the land, and the passion that has put in to the making of its products. A gourmet gift box is always welcome, with or without foie gras.
";
// echo " pour l'instant, il n'y a pas d'articles dans cette catégorie ";
foreach ($info['cats'] as $cat) {
if (!empty($cat['ouvert']) && !empty($cat['sub'])) {
$j=0;
foreach ($cat['sub'] as $sscat) {
echo "\n";
echo "{$sscat['titre']}\n";
echo " | \n";
++$j;
if($j >= 2) {
echo(" ");
$j=0;}
}
echo " \n";
}
}
echo " ";
?>
Sélections du Jour";
foreach ($info['new'] as $article) { ?>
|
++$i;
if($i >= 3) {
echo(" ");
$i=0;}
} // fin du foreach
echo(" ");
} // fin du else
?>
} else {$i=0;
foreach ($info['arts'] as $article) { ?>
|
++$i;
if($i >= 3) {
echo(" ");
$i=0;}
} // fin du foreach
echo(" ");
} // fin du else
?>
foreach ($info['nav'] as $nav) {
echo " ".$nav['all']." ";
}
?>
|
|