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.
21 lines
540 B
21 lines
540 B
<?php |
|
/** |
|
* Chargement du plugin Html5up Spectral |
|
* |
|
* @plugin Html5up Spectral |
|
* @copyright 2020 |
|
* @author chankalan |
|
* @licence GNU/GPL |
|
* @package SPIP\Html5up_Spectral\Options |
|
*/ |
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) { |
|
return; |
|
} |
|
// blocs zcore |
|
$GLOBALS['z_blocs'] = array('content', 'head', 'head_js', 'breadcrumb', 'header', 'footer'); |
|
$GLOBALS['meta']['version_html_max'] = 'html5'; |
|
|
|
// intertitres dans les textes |
|
$GLOBALS['debut_intertitre'] = "\n<h2 class=\"spip\">\n"; |
|
$GLOBALS['fin_intertitre'] = "</h2>\n";
|
|
|