X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=plugins%2Ffunction.display_address.php;h=07ce7c3c59c043aa3d931a060dacaa4ebd798345;hb=839a80cf2662cc418335b3e92f255192e46793b0;hp=c498d9068993b1f5b30a9b1e29dcc782834a4125;hpb=6261a1b5739ef81724b29235f41065327f7da656;p=platal.git diff --git a/plugins/function.display_address.php b/plugins/function.display_address.php index c498d90..07ce7c3 100644 --- a/plugins/function.display_address.php +++ b/plugins/function.display_address.php @@ -1,6 +1,6 @@ \"Google"; if ($restore) { array_unshift($lines, $idt); @@ -67,9 +67,9 @@ function smarty_function_display_address($param, &$smarty) if ($param['titre']) { if ($param['titre_div']) - $txthtml .= "
".$param['titre'].$map."
\n"; + $txthtml .= "
".pl_entity_decode($param['titre'])." ".$map."
\n"; else - $txthtml .= "".$param['titre']."".$map."
\n"; + $txthtml .= "".pl_entity_decode($param['titre'])." ".$map."
\n"; } foreach ($lines as $line) { @@ -82,7 +82,7 @@ function smarty_function_display_address($param, &$smarty) if ($param['adr']['mobile']) $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 (!$param['nodiv']) {