|
|
@ -7,13 +7,4 @@ if (!defined('_ECRIRE_INC_VERSION')) {return;} |
|
|
|
$GLOBALS['debut_intertitre'] = "\n<h2 class=\"spip\">\n"; |
|
|
|
$GLOBALS['fin_intertitre'] = "</h2>\n"; |
|
|
|
// Activer html5 depuis le plugin
|
|
|
|
$GLOBALS['meta']['version_html_max'] = 'html5'; |
|
|
|
|
|
|
|
function html5up_hyperspace_formulaire_admin($flux) { |
|
|
|
if (autoriser('configurer', 'html5up_hyperspace')) { |
|
|
|
$btn = recuperer_fond('prive/bouton/calculer_css'); |
|
|
|
$flux['data'] = preg_replace('%(<!--extra-->)%is', $btn.'$1', $flux['data']); |
|
|
|
} |
|
|
|
|
|
|
|
return $flux; |
|
|
|
} |
|
|
|
$GLOBALS['meta']['version_html_max'] = 'html5'; |