X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=plugins%2Ffunction.display_address.php;h=d9ef5e2a00d89383f7869c29ed05ff9720a4ac21;hb=d635addc08db31aca8017f271b28d9a7cfcbbf1f;hp=2a4f1a9b5776b1dbd7b3209996cac8089e51dc04;hpb=79a5acea67d00315fe79f2daad4568cd4d423235;p=platal.git diff --git a/plugins/function.display_address.php b/plugins/function.display_address.php index 2a4f1a9..d9ef5e2 100644 --- a/plugins/function.display_address.php +++ b/plugins/function.display_address.php @@ -1,6 +1,6 @@ \"Google"; if ($param['titre']) { - if ($param['titre_div']) - $txthtml .= "
".$param['titre']."
\n"; - else - $txthtml .= "".$param['titre']."
\n"; + if ($param['titre_div']) + $txthtml .= "
".$param['titre'].$map."
\n"; + else + $txthtml .= "".$param['titre']."".$map."
\n"; } foreach ($lines as $line) { - $txthtml .= "".$line."
\n"; + $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"; + $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"; } if (!$params['nodiv']) { - $txthtml = "
\n".$txthtml."
\n"; + $txthtml = "
\n".$txthtml."
\n"; } return $txthtml; }