X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=plugins%2Ffunction.display_address.php;h=45cbb8e535e55da0d58ca56766fe5dafaf265443;hb=fc10da9a3e2cf019a4c6722288e2f063e3ec1728;hp=6192ef232c3aeed1aeb75d6cd58a5b1c1d0f96bf;hpb=053126b2a8e3ab9336c55adf5981bb458ca04dbe;p=platal.git diff --git a/plugins/function.display_address.php b/plugins/function.display_address.php index 6192ef2..45cbb8e 100644 --- a/plugins/function.display_address.php +++ b/plugins/function.display_address.php @@ -1,6 +1,6 @@ "; + $map = "\"Google"; if ($param['titre']) { if ($param['titre_div']) @@ -44,11 +44,11 @@ function smarty_function_display_address($param, &$smarty) { $txthtml .= "".$line."
\n"; } if ($param['adr']['tel']) - $txthtml .= "
\nTél : \n".$param['adr']['tel']."\n
\n"; + $txthtml .= "
\nTél : \n".$param['adr']['tel']."\n
\n"; if ($param['adr']['fax']) $txthtml .= "
\nFax : \n".$param['adr']['fax']."\n
\n"; if ($param['adr']['mobile']) - $txthtml .= "
\nTél : \n".$param['adr']['mobile']."\n
\n"; + $txthtml .= "
\nTél : \n".$param['adr']['mobile']."\n
\n"; if ($param['adr']['tels'] && count($param['adr']['tels'])) { foreach ($param['adr']['tels'] as $tel) $txthtml .= "
\n".$tel['tel_type']." : \n".$tel['tel']."\n
\n"; @@ -60,4 +60,5 @@ function smarty_function_display_address($param, &$smarty) { return $txthtml; } +// vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: ?>