backport utilisation de google maps france au lieu de google maps monde
authorx2001corpet <x2001corpet@839d8a87-29fc-0310-9880-83ba4fa771e5>
Mon, 24 Jul 2006 22:35:20 +0000 (22:35 +0000)
committerx2001corpet <x2001corpet@839d8a87-29fc-0310-9880-83ba4fa771e5>
Mon, 24 Jul 2006 22:35:20 +0000 (22:35 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@633 839d8a87-29fc-0310-9880-83ba4fa771e5

plugins/function.display_address.php

index 6192ef2..4cf3154 100644 (file)
@@ -31,7 +31,7 @@ function smarty_function_display_address($param, &$smarty) {
 
     $lines = explode("\n",$txtad);
     $txthtml = "";
-    $map = "<a href=\"http://maps.google.com/?q=".urlencode(implode(", ", $lines))."\"><img src=\"images/icons/map.gif\" title=\"Carte\"/></a>";
+    $map = "<a href=\"http://maps.google.fr/?q=".urlencode(implode(", ", $lines))."\"><img src=\"images/icons/map.gif\" title=\"Carte\"/></a>";
     if ($param['titre'])
     {
         if ($param['titre_div'])