Bateaux d'occasion Dériveur
4 Résultat(s) Créer votre alerte
KELT 9 DERIVEURKELT MARINEVoilierKELT MARINE KELT 9 DERIVEURoccasion
FEELING 29 DERIVEURKIRIEVoilierKIRIE FEELING 29 DERIVEURoccasion
FANTASIA 27 DERIVEURJEANNEAUVoilierJEANNEAU FANTASIA 27 DERIVEURoccasion
FERIA 9 DERIVEURCHANTIER NAVAL DU ROUSSILLONVoilierCHANTIER NAVAL DU ROUSSILLON FERIA 9 DERIVEURoccasion
KELT MARINE KELT 9 DERIVEUR1982
Visible : La Rochelle
KIRIE FEELING 29 DERIVEUR1989
Visible : La Rochelle
JEANNEAU FANTASIA 27 DERIVEUR1988
Visible : La Rochelle
CHANTIER NAVAL DU ROUSSILLON FERIA 9 DERIVEUR1980
Visible : La Rochelle
$type = "";
if ( isset( $_SESSION['search'] ) ) {
if ( in_array( 1, ( $_SESSION["search"]["boatType"] ) ) ) {
$type .= "voilier";
}
if ( in_array( 2, ( $_SESSION["search"]["boatType"] ) ) ) {
$type .= "moteur";
}
if ( in_array( 3, ( $_SESSION["search"]["boatType"] ) ) ) {
$type .= "accastillage";
}
} else {
$type = "voilier";
}
app::executeBlock( 'boat_searchBlock', array(
'type' => $type,
'constModel' => "",
'pro' => "",
'part' => "",
'visibleSalon' => "",
'occasionPlaisance' => ""
) );
?>