X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=plugins%2Ffunction.display_address.php;h=2b1d1a2caf802ca9fdb0334f897612fa381d2a3f;hb=5fe7ec44fb7cf5fb9b88101707dd2aa3f34a0db3;hp=ce7da5f645e10dff2beb29a876d627f12fe56801;hpb=7b2413f614dc4deafd18501ba3cbe8db398c05e3;p=platal.git diff --git a/plugins/function.display_address.php b/plugins/function.display_address.php index ce7da5f..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 = "\"Carte\""; + $map = "\"Google"; if ($param['titre']) { if ($param['titre_div'])