{
public function getOptions()
{
- return ['home' => 'Home', 'resources' => 'Ressources', 'medialibrary' => 'Mediathèque', 'tour' => 'Visite guidée', 'fluidbook' => 'Fluidbook', 'animation' => 'Animation d\'ouverture', 'search' => 'Moteur de recherche', 'menu' => 'Menu'];
+ return ['home' => 'Home',
+ 'resources' => 'Ressources',
+ 'medialibrary' => 'Mediathèque',
+ 'tour' => 'Visite guidée',
+ 'fluidbook' => 'Fluidbook',
+ 'animation' => 'Animation d\'ouverture',
+ 'search' => 'Moteur de recherche',
+ 'menu' => 'Menu'];
}
}