1
0
Fork 0
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:
zamentur 2014-06-17 00:46:04 +02:00
parent 459af01907
commit ef07656e1f
2 changed files with 5 additions and 2 deletions

View file

@ -157,8 +157,11 @@ alternatives libres existent et qu'on peut les installer "chez soi".<br>
<h2>Éditeur et Responsable de la publication</h2> <h2>Éditeur et Responsable de la publication</h2>
mentions; mentions;
if (!empty(URL_INFO_LEGAL)) if (!empty(URL_INFO_LEGAL))
{
echo '<p>Voir la page des <a href="'.URL_INFO_LEGAL.'">Informations légales</a></p>'; echo '<p>Voir la page des <a href="'.URL_INFO_LEGAL.'">Informations légales</a></p>';
}
else else
{
echo <<<mentions2 echo <<<mentions2
<p>Vous pouvez rentrer en contact avec l'Editeur et le <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> 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> votre sondage.</p>
<hr style="width: 100%; height: 2px;"> <hr style="width: 100%; height: 2px;">
mentions2; mentions2;
}
echo <<<mentions3 echo <<<mentions3

View file

@ -191,7 +191,7 @@ function bandeau_pied_mobile()
'<a class="button small gray" href="' . getUrlSondage('aqg259dth55iuhwm').'">'. _("Example") .'</a>' . '<a class="button small gray" href="' . getUrlSondage('aqg259dth55iuhwm').'">'. _("Example") .'</a>' .
'<a class="button small gray" href="/contacts.php" target="_new">'. _("Contact") .'</a>' . '<a class="button small gray" href="/contacts.php" target="_new">'. _("Contact") .'</a>' .
//'<a href="/sources/sources.php">'. _("Sources") .'</a>' . //not implemented //'<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>' . //'<a class="button small gray" href="/admin/index.php">'. _("Admin") .'</a>' .
'<span class="sousbandeau sousbandeaulangue">' . '<span class="sousbandeau sousbandeaulangue">' .
liste_lang() . '</span>'. liste_lang() . '</span>'.