From d3ba5c55a71003e834aa594f96c2316cdb8f6333 Mon Sep 17 00:00:00 2001 From: Oros Date: Wed, 23 Jan 2013 20:51:50 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20la=20possibilit=C3=A9=20de=20changer=20?= =?UTF-8?q?le=20logo=20et=20d'ajouter=20un=20message=20en=20bas=20de=20pag?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.php | 8 ++++++++ index.php | 13 ++++++++++--- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/config.php b/config.php index 85d00b9..16fcc17 100755 --- a/config.php +++ b/config.php @@ -40,4 +40,12 @@ function __($str) } } +// Logo à utiliser +$logo="./icon-logo.svg"; + +// Marquez ici votre propre message qui apparaîtra en bas de page. +// exemple : +// $HTML_footer="
Love data
Data is essential
Data must flow
Data must be used
Data is neither good nor bad
There is no illegal data
Data is free
Data can not be owned
No man, machine or system shall interrupt the flow of data
Locking data is a crime against datanity"; +$HTML_footer=""; + ?> diff --git a/index.php b/index.php index b7ee469..22ac351 100755 --- a/index.php +++ b/index.php @@ -1,7 +1,13 @@

Le Projet Autoblog

- + Note
Voici une liste d'autoblogs hébergés sur (plus d'infos sur le projet).

Autres fermes
@@ -440,6 +445,8 @@ if(!empty($autoblogs)){ ".count($autoblogs)." autoblogs d'hébergés"; ?>
Autoblogs propulsés par VroumVroumBlog 0.2.10 [SQLite] (Domaine Public)
index 2-dev inspiré par Arthur et développé par Mitsu et Oros (Domaine Public) +
Code source du projet +".$HTML_footer; } ?>