X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=plugins%2Ffunction.display_address.php;h=2b1d1a2caf802ca9fdb0334f897612fa381d2a3f;hb=8040946cd3e7577fa797b8b65718ab885ce68ec6;hp=4cf315474f073d6e18f9de2cb75d5cc44d784fca;hpb=f07733563c1a28bf700ac20b026248458fe3acd5;p=platal.git diff --git a/plugins/function.display_address.php b/plugins/function.display_address.php index 4cf3154..2b1d1a2 100644 --- a/plugins/function.display_address.php +++ b/plugins/function.display_address.php @@ -29,9 +29,9 @@ function smarty_function_display_address($param, &$smarty) { !$param['adr']['fax'] && !$param['adr']['mobile']) return ""; - $lines = explode("\n",$txtad); + $lines = explode("\n", $txtad); $txthtml = ""; - $map = ""; + $map = "\"Google"; if ($param['titre']) { if ($param['titre_div'])