[Devel] r300 - branches/dui

svn at agendadulibre.org svn at agendadulibre.org
Mer 3 Oct 00:01:34 CEST 2007


Author: ldayot
Date: Wed Oct  3 00:00:39 2007
New Revision: 300

Log:
Ajout d'un texte de bienvenue optionnel.



Modified:
   branches/dui/index.php
   branches/dui/text.inc.php

Modified: branches/dui/index.php
==============================================================================
--- branches/dui/index.php	(original)
+++ branches/dui/index.php	Wed Oct  3 00:00:39 2007
@@ -18,8 +18,6 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  * 02111-1307, USA.
- *
- * $Id: top.inc.php,v 1.51 2007/03/10 16:22:12 ldayot Exp $
  */
 
 /**@file
@@ -32,6 +30,9 @@
 
 put_header("Accueil");
 
+if ($adl_summary>"")
+  echo "<h5>$adl_summary</h5>\n";
+
 $db = new db();
 
 if (isset($_GET['region']) &&

Modified: branches/dui/text.inc.php
==============================================================================
--- branches/dui/text.inc.php	(original)
+++ branches/dui/text.inc.php	Wed Oct  3 00:00:39 2007
@@ -69,6 +69,10 @@
   "</li>\n".
   "</ul>\n";
 
+// index.php
+$adl_summary = "";
+
+
 // moderate.php
 $adl_notrelated_message = "Toutefois, l'évènement proposé n'a pour l'instant pas retenu ".
   "l'attention des modérateurs. En effet, l'évènement proposé ne concerne pas le Logiciel ".


Plus d'informations sur la liste de diffusion Devel