<?php 
    if ($fiche_product !== false) 
    {
        echo '<a href=\"'.$fiche_product.'\">Télécharger la fiche produit</a>';
    }
?>
