|
|
|
@ -46,7 +46,7 @@ function tarteaucitron_insert_head($flux) {
|
|
|
|
|
* @return mixed |
|
|
|
|
*/ |
|
|
|
|
function tarteaucitron_affichage_final($page) { |
|
|
|
|
if (!$GLOBALS['html'] and !test_espace_prive() and tarteaucitron_actif()) { |
|
|
|
|
if ($GLOBALS['html'] and !test_espace_prive() and tarteaucitron_actif()) { |
|
|
|
|
foreach($GLOBALS['contexte'] as $k => &$v) { |
|
|
|
|
if (preg_match(',^id_(\w+)$,S', $k, $r) |
|
|
|
|
AND ($id = intval($v))>0 |
|
|
|
|