X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=plugins%2Ffunction.display_address.php;h=66cb09c12914b76416e3362c41278965d5033536;hb=59bec5bc5512a4f962ebac7b0346f59cdf56f901;hp=1a12d4bc8c9e3984134e1bdbc7f8184de70a8304;hpb=bf73c6514b5d4479304006bb8315960c16ede9af;p=platal.git diff --git a/plugins/function.display_address.php b/plugins/function.display_address.php index 1a12d4b..66cb09c 100644 --- a/plugins/function.display_address.php +++ b/plugins/function.display_address.php @@ -1,6 +1,6 @@ \"Carte\""; + $map = "\"Google"; + if ($restore) { + array_unshift($lines, $idt); + } if ($param['titre']) { if ($param['titre_div']) - $txthtml .= "
".$param['titre'].$map."
\n"; - else - $txthtml .= "".$param['titre']."".$map."
\n"; + $txthtml .= "
".pl_entity_decode($param['titre'])." ".$map."
\n"; + else + $txthtml .= "".pl_entity_decode($param['titre'])." ".$map."
\n"; } foreach ($lines as $line) { $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) + foreach ($param['adr']['tels'] as $tel) $txthtml .= "
\n".$tel['tel_type']." : \n".$tel['tel']."\n
\n"; } - if (!$params['nodiv']) - { - $txthtml = "
\n".$txthtml."
\n"; + if (!$param['nodiv']) { + $pos = $param['pos'] ? " style='float: " . $param['pos'] . "'" : ''; + $txthtml = "
\n".$txthtml."
\n"; } return $txthtml; } +// vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: ?>