Panier
$method = $this->router->fetch_method();
if($method == "index"){
$tab_etape_class = array("active", "", "", "", "");
$tab_etape_link = array("", "", "", "", "");
}elseif($method == "connexion" || $method == "signup" || $method == "register" || $method == "choix_compte"){
$tab_etape_class = array("active2", "active", "", "", "");
$tab_etape_link = array("active", "", "", "", "");
}elseif($method == "livraison"){
$tab_etape_class = array("active2", "active2", "active", "", "");
$tab_etape_link = array("active", "", "", "", "");
}elseif($method == "confirmation"){
$tab_etape_class = array("active2", "active2", "active2", "active", "");
$tab_etape_link = array("active", "", "active", "", "");
}elseif($method == "paiement" || $method == "ok" || $method == "ko"){
$tab_etape_class = array("active2", "active2", "active2", "active2", "active");
$tab_etape_link = array("", "", "", "", "");
}else{
$tab_etape_class = array("active", "", "", "", "");
$tab_etape_link = array("", "", "", "", "");
}
?>