mirror of
https://github.com/YunoHost-Apps/opensondage_ynh.git
synced 2024-09-03 19:46:28 +02:00
Fix page blanche sur apropos
This commit is contained in:
parent
459af01907
commit
ef07656e1f
2 changed files with 5 additions and 2 deletions
|
@ -157,8 +157,11 @@ alternatives libres existent et qu'on peut les installer "chez soi".<br>
|
|||
<h2>Éditeur et Responsable de la publication</h2>
|
||||
mentions;
|
||||
if (!empty(URL_INFO_LEGAL))
|
||||
{
|
||||
echo '<p>Voir la page des <a href="'.URL_INFO_LEGAL.'">Informations légales</a></p>';
|
||||
}
|
||||
else
|
||||
{
|
||||
echo <<<mentions2
|
||||
<p>Vous pouvez rentrer en contact avec l'Editeur et le
|
||||
Responsable de la publication en passant par la page "<a href="contacts.php">contact</a>".</p>
|
||||
|
@ -220,7 +223,7 @@ individu, vous autorisez cette personne à utiliser, partager, modifier
|
|||
votre sondage.</p>
|
||||
<hr style="width: 100%; height: 2px;">
|
||||
mentions2;
|
||||
|
||||
}
|
||||
|
||||
|
||||
echo <<<mentions3
|
||||
|
|
|
@ -191,7 +191,7 @@ function bandeau_pied_mobile()
|
|||
'<a class="button small gray" href="' . getUrlSondage('aqg259dth55iuhwm').'">'. _("Example") .'</a>' .
|
||||
'<a class="button small gray" href="/contacts.php" target="_new">'. _("Contact") .'</a>' .
|
||||
//'<a href="/sources/sources.php">'. _("Sources") .'</a>' . //not implemented
|
||||
'<a class="button small gray" href="/apropos.php">'. _("About") .'</a>' .
|
||||
'<a class="button small gray" href="/apropos.php">'. _("About") .'</a>' .
|
||||
//'<a class="button small gray" href="/admin/index.php">'. _("Admin") .'</a>' .
|
||||
'<span class="sousbandeau sousbandeaulangue">' .
|
||||
liste_lang() . '</span>'.
|
||||
|
|
Loading…
Add table
Reference in a new issue