Skip to content
Snippets Groups Projects

Ft/R13039

Merged Ghost User requested to merge ft/R13039 into WIP
Compare and
+ 338
96
Preferences
Compare changes
Files
@@ -11,9 +11,11 @@ echo $this->abonne_Newsletters($this->user);
echo $this->abonne_Formations($this->user);
echo $this->abonne_Multimedia($this->user);
echo $this->abonne_SuggestionAchat($this->user);
echo $this->abonne_Deconnexion($this->user);
if ($this->error)
echo sprintf('<div class="error">%s</div>', $this->error);
$this->closeBoite();
?>