Auteur : ' . $fiche['auteur'] .'
' ; } if ( !empty($fiche['auteur_orga']) or !empty($fiche['contact']) ) { echo 'Contact : ' . $fiche['auteur_orga'] . ' ' . $fiche['contact'] .'
' ; } if ( !empty($fiche['ville']) ) { echo 'Ville : ' . $fiche['ville'] .'
' ; } if ( !empty($fiche['mail']) or !empty($fiche['telephone']) ) { echo 'Pour les joindre : ' . $fiche['mail'] . ' ' . $fiche['telephone'] .'
' ; } if (!empty($fiche['bf_site_internet'])) { echo 'Pour en savoir plus : '.$GLOBALS['wiki']->Format($fiche['bf_site_internet']).'
'; } ?>