1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/opensondage_ynh.git synced 2024-09-03 19:46:28 +02:00

Logo opensondage

Lien de contact
This commit is contained in:
zamentur 2014-06-17 00:33:30 +02:00
parent da0941e469
commit 656d43a8cf
3 changed files with 5 additions and 5 deletions

View file

@ -79,7 +79,7 @@ const LOGOLETTRE = '<chemin relatif suivi du nom du fichier du logo pour la lett
// Nom et emplacement du fichier image contenant le titre
//const IMAGE_TITRE', '<chemin relatif suivi du nom du fichier image du titre>';
const IMAGE_TITRE = 'images/logo-framadate.png';
const IMAGE_TITRE = 'images/logo.png';
// Activation des URL propre (true pour activer, false sinon)
const URL_PROPRE = false;

View file

@ -170,7 +170,7 @@ function bandeau_pied()
echo '<div class="sousbandeau">' .
'<a class="button small gray" href="/">'. _("Home") .'</a>' .
'<a class="button small gray" href="' . getUrlSondage('aqg259dth55iuhwm').'">'. _("Example") .'</a>' .
'<a class="button small gray" href="http://contact.framasoft.org" 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 class="button small gray" href="/apropos.php">'. _("About") .'</a>' .
//'<a class="button small gray" href="/admin/index.php">'. _("Admin") .'</a>' .
@ -189,7 +189,7 @@ function bandeau_pied_mobile()
echo '<div class="sousbandeau">' .
'<a class="button small gray" href="/">'. _("Home") .'</a>' .
'<a class="button small gray" href="' . getUrlSondage('aqg259dth55iuhwm').'">'. _("Example") .'</a>' .
'<a class="button small gray" href="http://contact.framasoft.org" 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 class="button small gray" href="/apropos.php">'. _("About") .'</a>' .
//'<a class="button small gray" href="/admin/index.php">'. _("Admin") .'</a>' .

View file

@ -72,14 +72,14 @@ const BASE_TYPE = '<type de BDD>';
const LANGUE = 'fr_FR';
// Nom et emplacement du logo
const LOGOBANDEAU = '<chemin relatif suivi du nom du fichier du logo pour le bandeau>';
const LOGOBANDEAU = 'images/logo.png';
// Nom et emplacement du logo de la lettre générée en PDF
const LOGOLETTRE = '<chemin relatif suivi du nom du fichier du logo pour la lettre>';
// Nom et emplacement du fichier image contenant le titre
//const IMAGE_TITRE', '<chemin relatif suivi du nom du fichier image du titre>';
const IMAGE_TITRE = 'images/logo-framadate.png';
const IMAGE_TITRE = 'images/logo.png';
// Activation des URL propre (true pour activer, false sinon)
const URL_PROPRE = false;