[Devel] r396 - trunk

svn at agendadulibre.org svn at agendadulibre.org
Lun 29 Sep 10:01:08 CEST 2008


Author: thomas
Date: Mon Sep 29 10:01:07 2008
New Revision: 396

Log:

 * lugtextlist.php:

  - Ajout du nom de la ville dans la description.



Modified:
   trunk/lugtextlist.php

Modified: trunk/lugtextlist.php
==============================================================================
--- trunk/lugtextlist.php	(original)
+++ trunk/lugtextlist.php	Mon Sep 29 10:01:07 2008
@@ -51,7 +51,7 @@
     $city->longitude . "\t" .
     $city->latitude  . "\t" .
     $lug->name       . "\t" .
-    "<p style=\"font-size: 60%; text-align: center;\"><a href=\"" . $lug->url . "\">" . $lug->url . "</a></p>" . "\t" .
+    "<p style=\"font-size: 60%; text-align: center;\"><i>à " . $lug->city . "</i><br/><a href=\"" . $lug->url . "\">" . $lug->url . "</a></p>" . "\t" .
     calendar_absolute_url("lug.png") . "\n";
 }
 ?>


Plus d'informations sur la liste de diffusion Devel