From a61edf8fb1c90c25682311eaf05f380a7a84f47a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= Date: Tue, 2 Mar 2010 22:59:39 +0000 Subject: [PATCH] fix dangling link to eptv.epitech.net fix link starting by http://www.eptv.fr, this avoid use of www.epitv.fr et www.epitivi.fr --- public/home.php | 2 +- public/photos.php | 2 +- public/photos_show.php | 2 +- public/videos.php | 2 +- public/videos.php_avecjukebox | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/public/home.php b/public/home.php index 6146210..00ee679 100644 --- a/public/home.php +++ b/public/home.php @@ -148,7 +148,7 @@ function dispHomeLastVideos(){ '; if ($video["video_path_daily"]) { - $str .= '    + $str .= '    '; } $str .= '   '.$video["video_size"].' Mo'; diff --git a/public/photos.php b/public/photos.php index 283a77d..c45c05f 100644 --- a/public/photos.php +++ b/public/photos.php @@ -131,7 +131,7 @@ function dispPhotosByType($result, $photo_type) { $str .= dispWhenTendu($photo["photo_tendu"]); - $str .= ' "; +src='".$url."'>"; // frame } diff --git a/public/videos.php b/public/videos.php index 827c5e8..a53a4c3 100644 --- a/public/videos.php +++ b/public/videos.php @@ -162,7 +162,7 @@ function dispVideosByType($result, $video_type) { if ($video["video_path_daily"]) { - $str .= ''; + $str .= ''; } $str .= ' diff --git a/public/videos.php_avecjukebox b/public/videos.php_avecjukebox index a37b349..927e677 100644 --- a/public/videos.php_avecjukebox +++ b/public/videos.php_avecjukebox @@ -226,7 +226,7 @@ function dispVideosByType($result, $video_type) { '; if ($video["video_path_daily"]) { - $str .= ' + $str .= ' '; } $str .= ' -- GitLab