You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
345 B
18 lines
345 B
<?php
|
|
/**
|
|
* Chargement du plugin Sendagi
|
|
*
|
|
* @plugin Sendagi
|
|
* @copyright 2019
|
|
* @author erational
|
|
* @licence GNU/GPL
|
|
* @package SPIP\Sendagi\Options
|
|
*/
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
|
return;
|
|
}
|
|
|
|
|
|
$GLOBALS['debut_intertitre'] = "\n<h2 class=\"spip\">\n";
|
|
$GLOBALS['fin_intertitre'] = "\n</h2>\n";
|