|
|
@ -48,6 +48,7 @@ function saisies_header_prive($flux) { |
|
|
|
* @return array $flux modifié |
|
|
|
**/ |
|
|
|
function saisies_insert_head($flux) { |
|
|
|
include_spip('inc/config'); |
|
|
|
if(lire_config('saisies/assests_global')) { |
|
|
|
$flux .= saisies_generer_head(); |
|
|
|
} |
|
|
@ -64,6 +65,7 @@ function saisies_insert_head($flux) { |
|
|
|
* @return string |
|
|
|
**/ |
|
|
|
function saisies_affichage_final($flux) { |
|
|
|
include_spip('inc/config'); |
|
|
|
if ( |
|
|
|
!lire_config('saisies/assests_global') |
|
|
|
and $GLOBALS['html'] // si c'est bien du HTML
|
|
|
|