gamuform/gamuform_options.php
2022-03-31 11:45:04 +02:00

17 lines
309 B
PHP

<?php
/**
* Options au chargement du plugin GamuForm
*
* @plugin GamuForm
* @copyright 2020
* @author tofulm
* @licence GNU/GPL
* @package SPIP\Gamuform\Options
*/
if (!defined('_ECRIRE_INC_VERSION')) {
return;
}
// initialisation de l'objet global
$GLOBALS['gamuform_objets'] = [];