Skip to content
Snippets Groups Projects
Commit 90525cf0 authored by Simon Leblanc's avatar Simon Leblanc
Browse files

utilisation de l'url de base pour l'affichage de l'image d'entête (problème...

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)
parent 022b96e5
No related branches found
No related tags found
No related merge requests found
......@@ -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";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment