|
|
@ -8,12 +8,3 @@ $GLOBALS['meta']['version_html_max'] = 'html5'; |
|
|
|
// Intertitres commençant par h2
|
|
|
|
$GLOBALS['debut_intertitre'] = "\n<h2 class=\"spip\">\n"; |
|
|
|
$GLOBALS['fin_intertitre'] = "</h2>\n"; |
|
|
|
|
|
|
|
function html5up_forty_formulaire_admin($flux) { |
|
|
|
if (autoriser('configurer', 'html5up_forty')) { |
|
|
|
$btn = recuperer_fond('prive/bouton/calculer_css'); |
|
|
|
$flux['data'] = preg_replace('%(<!--extra-->)%is', $btn.'$1', $flux['data']); |
|
|
|
} |
|
|
|
|
|
|
|
return $flux; |
|
|
|
} |