mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-07-18 00:55:03 +00:00
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:
parent
022b96e5fa
commit
90525cf074
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue