Skip to content
Snippets Groups Projects

dev#64573 on bootstrap

Files
68
<?php
$this->openBoite($this->_("Votre fiche"));
echo $this->abonne_AccesFiche($this->user, $this->interdiction_modif);
echo $this->abonne_Abonnement($this->user);
echo $this->abonne_Prets($this->user);
echo $this->abonne_Reservations($this->user);
echo $this->abonne_Paniers($this->user);
echo $this->abonne_Avis($this->user);
echo $this->abonne_Newsletters($this->user);
echo $this->abonne_Activities($this->user);
echo $this->abonne_Multimedia($this->user);
echo $this->abonne_SuggestionAchat($this->user);
echo $this->abonne_Settings($this->user);
echo $this->abonne_Cards($this->user);
echo $this->abonne_RendezVous($this->user);
echo $this->abonne_Deconnexion($this->user);
if ($this->error)
echo sprintf('<div class="error">%s</div>', $this->error);
$this->closeBoite();
?>
echo $this->abonne($this->user, $this->interdiction_modif);