14 lines
241 B
PHP
14 lines
241 B
PHP
<?php
|
|
/**
|
|
* Fonctions utiles au plugin gamuConfig
|
|
*
|
|
* @plugin gamuConfig
|
|
* @copyright 2021
|
|
* @author tofulm
|
|
* @licence GNU/GPL
|
|
* @package SPIP\Gamuconfig\Fonctions
|
|
*/
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
|
return;
|
|
}
|