function aff_resa_expl()
 {
     global $opac_resa_popup;
     parent::aff_resa_expl();
     $this->affichage_resa_expl = str_replace("do_resa.php?", "do_resa_prao.php?", $this->affichage_resa_expl);
     $ret = $this->affichage_resa_expl;
     return $ret;
 }