diff --git a/bandeaux.php b/bandeaux.php index f7d9f27..1d97cb4 100644 --- a/bandeaux.php +++ b/bandeaux.php @@ -81,7 +81,16 @@ function logo () #le bandeau principal function bandeau_tete() { - echo '
'.NOMAPPLICATION.'
'."\n"; + if ( IMAGE_TITRE ) { + + echo '
'.NOMAPPLICATION.'
'."\n"; + + } else { + + echo '
'.NOMAPPLICATION.'">
'."\n"; + + } ; + } @@ -188,4 +197,4 @@ function bandeau_pied_mobile() liste_lang() . ''. '' . "\n"; gAnalytics(); -} \ No newline at end of file +} diff --git a/variables.php.template b/variables.php.template index e37ef0b..b27f59e 100644 --- a/variables.php.template +++ b/variables.php.template @@ -75,6 +75,10 @@ define('LOGOBANDEAU', ''); +// Nom et emplacement du fichier image contenant le titre +//define('IMAGE_TITRE', ''); +define('IMAGE_TITRE', 'images/logo-framadate.png'); + // Activation des URL propre (true pour activer, false sinon) define('URL_PROPRE', false);