google maps need a better icon
authorx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sun, 23 Jul 2006 21:20:29 +0000 (21:20 +0000)
committerx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sun, 23 Jul 2006 21:20:29 +0000 (21:20 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@611 839d8a87-29fc-0310-9880-83ba4fa771e5

htdocs/images/icons/feed.gif [new file with mode: 0644]
htdocs/images/icons/map.gif [new file with mode: 0644]
plugins/function.display_address.php

diff --git a/htdocs/images/icons/feed.gif b/htdocs/images/icons/feed.gif
new file mode 100644 (file)
index 0000000..09ecd61
Binary files /dev/null and b/htdocs/images/icons/feed.gif differ
diff --git a/htdocs/images/icons/map.gif b/htdocs/images/icons/map.gif
new file mode 100644 (file)
index 0000000..dd87dfc
Binary files /dev/null and b/htdocs/images/icons/map.gif differ
index 05268b5..6192ef2 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/user_suit.gif\" title=\"Carte\"/></a>";
+    $map = "<a href=\"http://maps.google.com/?q=".urlencode(implode(", ", $lines))."\"><img src=\"images/icons/map.gif\" title=\"Carte\"/></a>";
     if ($param['titre'])
     {
         if ($param['titre_div'])