15 lines
247 B
PHP
15 lines
247 B
PHP
<?php
|
|
/**
|
|
* Fonctions utiles au plugin baz_april
|
|
*
|
|
* @plugin baz_april
|
|
* @copyright 2019
|
|
* @author Nicolas Dorigny
|
|
* @licence GNU/GPL
|
|
* @package SPIP\baz_april\Fonctions
|
|
*/
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
|
return;
|
|
}
|