<?php
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: " . date("D, d M Y H:i:s") . " GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
setlocale(LC_TIME, "French_France.1252", "fr_FR", "fr_FR.iso-8859-1", "fr_FR.utf-8", "french",'en_US.UTF8', 'en_US.UTF-8', 'en_US.8859-1', 'en_US', 'American', 'ENG', 'English');

include(dirname(__FILE__).'../../../config/config.inc.php');
include(dirname(__FILE__).'/../../header.php');
include(dirname(__FILE__).'/../../product-sort.php');
include_once(dirname(__FILE__).'/venteflash.php');

$venteflash = new venteflash();
echo $venteflash->showCommingSoonVentesFlash();

include(dirname(__FILE__).'/../../footer.php');
?>
