From: x2000habouzit Date: Sun, 23 Jul 2006 21:20:29 +0000 (+0000) Subject: google maps need a better icon X-Git-Tag: xorg/0.9.11~295 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=053126b2a8e3ab9336c55adf5981bb458ca04dbe;hp=1ab109c0d059a87c17211e9de4132f585f9dafc7;p=platal.git google maps need a better icon git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@611 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/htdocs/images/icons/feed.gif b/htdocs/images/icons/feed.gif new file mode 100644 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 index 0000000..dd87dfc Binary files /dev/null and b/htdocs/images/icons/map.gif differ diff --git a/plugins/function.display_address.php b/plugins/function.display_address.php index 05268b5..6192ef2 100644 --- a/plugins/function.display_address.php +++ b/plugins/function.display_address.php @@ -31,7 +31,7 @@ function smarty_function_display_address($param, &$smarty) { $lines = explode("\n",$txtad); $txthtml = ""; - $map = ""; + $map = ""; if ($param['titre']) { if ($param['titre_div'])