utilisation de l'url de base pour l'affichage de l'image d'entête (problème lors de l'utilisation d'OpenSondage en dehors de la racine)

This commit is contained in:
Simon Leblanc 2011-06-27 01:37:43 +02:00
parent 022b96e5fa
commit 90525cf074
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ function logo ()
#le bandeau principal
function bandeau_tete()
{
echo '<div class="bandeau"><a href="'.get_server_name().'" title="Accueil Framadate"><img src="/images/logo-framadate.png" title="Accueil '.NOMAPPLICATION.'" alt="'.NOMAPPLICATION.'"></a></div>'."\n";
echo '<div class="bandeau"><a href="'.get_server_name().'" title="Accueil Framadate"><img src="'.get_server_name().'images/logo-framadate.png" title="Accueil '.NOMAPPLICATION.'" alt="'.NOMAPPLICATION.'"></a></div>'."\n";
}