website rev 883

Add 2 images for the slide show
author Christophe Lincoln <pankso@slitaz.org>
date Thu Feb 23 01:22:39 2012 +0100 (2012-02-23)
parents 2c9efef86414
children 88f780bb558a
files images/slideshow/1.png images/slideshow/7.png images/slideshow/8.png libs/random-image.php
line diff
     1.1 Binary file images/slideshow/1.png has changed
     2.1 Binary file images/slideshow/7.png has changed
     3.1 Binary file images/slideshow/8.png has changed
     4.1 --- a/libs/random-image.php	Thu Feb 23 01:09:37 2012 +0100
     4.2 +++ b/libs/random-image.php	Thu Feb 23 01:22:39 2012 +0100
     4.3 @@ -1,6 +1,6 @@
     4.4  <?php
     4.5  
     4.6 -$total  = "6";
     4.7 +$total  = "8";
     4.8  $folder = "images/slideshow";
     4.9  $start  = "1";
    4.10  $random = mt_rand($start, $total);