From: Eric Bollengier Date: Fri, 4 Nov 2011 07:38:10 +0000 (+0100) Subject: dispaly more testimonials on the first page X-Git-Tag: Release-5.2.3~17 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7b4940a6439498fd751bf4f35aa5b558008a4a1e;p=bacula%2Fdocs dispaly more testimonials on the first page --- diff --git a/docs/home-page/en/pages/testimonial.php b/docs/home-page/en/pages/testimonial.php index f0c18da1..0e58d40d 100644 --- a/docs/home-page/en/pages/testimonial.php +++ b/docs/home-page/en/pages/testimonial.php @@ -780,12 +780,12 @@ function view_all() $limit = $_REQUEST['limit']; $offset = $_REQUEST['offset']; - $limit = is_numeric($limit)?$limit:5; + $limit = is_numeric($limit)?$limit:50; $offset = is_numeric($offset)?$offset:0; $max = $offset + $limit; $admin = is_admin(); - if ($limit > 20) { $limit = 20 ;} + if ($limit > 100) { $limit = 100 ;} if ($handle = opendir($dat_dir)) { /* Ceci est la facon correcte de traverser un dossier. */