diff --git a/include/contacts.php b/include/contacts.php index 2d0189267aa09baadc9a711b9f2dcc6352a2d647..4502dc3403ca08e547c4d3474507f90374755904 100644 --- a/include/contacts.php +++ b/include/contacts.php @@ -11,18 +11,18 @@ function dispContacts() { /////// BEGIN TABLE DOWN /////// $str .= dispTableBegin("l i e n s", "95", 1); - $str .= ' + $str .= ' '; $str .= dispContactsLinks(); $str .= ' - - '; - $str .= dispTableEnd(); + + '; + $str .= dispTableEnd(); $str .= ' - +

Contactez nous

@@ -33,7 +33,7 @@ function dispContacts() { $str .= ' - +
'; $str .= dispContactsAssoInfos(); @@ -49,10 +49,10 @@ function dispContacts() { - +
 
- '; - + '; + echo $str; } @@ -131,11 +131,11 @@ function dispContactsAssoInfos() { '; } - + $str .= '
'; - + } if ($asso["asso_phone"]) { @@ -152,7 +152,7 @@ function dispContactsAssoInfos() { - téléphone: + téléphone: @@ -189,7 +189,7 @@ function dispContactsAssoInfos() { } return ($str); - + } @@ -206,7 +206,7 @@ $str =''; $str .= ' - + diff --git a/include/videos.php b/include/videos.php index d5c61c2f073af23ac7d0c1ca64e4f86ab857aeff..94552b05b3bbc6d12b3f566e0e230d11834c73ee 100644 --- a/include/videos.php +++ b/include/videos.php @@ -121,7 +121,7 @@ function dispVideosByType($result, $video_type) { $str .= '  '.$video["video_name"].''; if ($video["video_path_daily"]) - $str .= ''; + $str .= ''; $str .= ''.$video["video_date"].''.$video["video_size"].' Mo'; }