function extras_log($contenu, $important=false) { if ($important OR (defined('EXTRAS_DEBUG') and EXTRAS_DEBUG)) { spip_log($contenu,'extras'); } }