From f867585bac3dd834bbf2ba18a0a9486a7517dc2e Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 6 Mar 2008 21:28:42 +0000 Subject: [PATCH] ebl update --- docs/home-page/en/pages/testimonial.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/home-page/en/pages/testimonial.php b/docs/home-page/en/pages/testimonial.php index d81420bf..525ee1fa 100644 --- a/docs/home-page/en/pages/testimonial.php +++ b/docs/home-page/en/pages/testimonial.php @@ -583,8 +583,8 @@ we find the need. 20) { $limit = 20 ;} - echo "Add a testimonial

"; - if ($handle = opendir($dat_dir)) { /* Ceci est la facon correcte de traverser un dossier. */ $i = 0 ; @@ -765,6 +763,7 @@ we find the need. } closedir($handle); } + echo "

Add a testimonial

"; } elseif ($_REQUEST['action'] == 'AdminExport' && is_admin()) { @@ -834,7 +833,7 @@ function send_email($id, $email) // The message $message = "Hello, -You can modify your new testimonial at http://www.bacula.org/?page=testimonial&action=Modify&id=$id +You can modify your new testimonial at http://www.bacula.org/en/?page=testimonial&action=Modify&id=$id Best regards. "; -- 2.39.5