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.
20 lines
398 B
20 lines
398 B
3 years ago
|
<?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;
|
||
|
}
|
||
|
|
||
|
$GLOBALS['z_blocs'] = array('content', 'head', 'head_js', 'breadcrumb', 'header', 'footer');
|
||
|
$GLOBALS['meta']['version_html_max'] = 'html5';
|
||
|
|
||
|
|