Afficeh le contenu de la page

This commit is contained in:
Fred Tempez 2024-08-13 07:36:23 +02:00
parent 8b8bb8b930
commit ce7bdcec0e
3 changed files with 5 additions and 2 deletions

View File

@ -244,6 +244,7 @@ class agenda extends common
// Valeurs en sortie
$this->addOutput([
'showBarEditButton' => true,
'showPageContent' => true,
'view' => 'index',
'vendor' => [
'animated-calendar'

View File

@ -17,7 +17,7 @@
class geogallery extends common
{
const VERSION = '0.7';
const VERSION = '0.8';
const REALNAME = 'GéoGalerie';
const DATADIRECTORY = self::DATA_DIR . 'geogallery/';
@ -431,6 +431,7 @@ class geogallery extends common
// Valeurs en sortie
$this->addOutput([
'showBarEditButton' => true,
'showPageContent' => true,
'view' => 'index',
'vendor' => [
'leaflet'

View File

@ -18,7 +18,7 @@ class geolocation extends common
{
const VERSION = '0.5';
const VERSION = '0.6';
const REALNAME = 'Géolocalisation';
const DATADIRECTORY = self::DATA_DIR . 'geolocation/';
@ -285,6 +285,7 @@ class geolocation extends common
// Valeurs en sortie
$this->addOutput([
'showBarEditButton' => true,
'showPageContent' => true,
'view' => 'index',
'vendor' => [
'leaflet'