$my_sites * @param $id * @return */ function filtre_test_syndic_article_miroir_dist($id) { if (isset($GLOBALS['my_sites'][$id]['miroir']) and $GLOBALS['my_sites'][$id]['miroir'] == 'oui') { return ' '; } return ''; }