Squelette simple et complet sous Bootstrap4.
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.
|
<?php
|
|
/**
|
|
* Chargement du plugin Kamakura
|
|
*
|
|
* @plugin Kamakura
|
|
* @copyright 2020
|
|
* @author erational
|
|
* @licence GNU/GPL
|
|
* @package SPIP\Kamakura\Options
|
|
*/
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
|
return;
|
|
}
|
|
|
|
|
|
$GLOBALS['debut_intertitre'] = "\n<h2 class=\"spip\"><i class='fas fa-caret-square-right'></i>\n";
|
|
$GLOBALS['fin_intertitre'] = "\n</h2>\n";
|
|
|
|
|