website diff libs/random-image.php @ rev 834

Add first Italian page! Thanks yhouse. And add link in all other needed pages
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 29 23:59:54 2011 +0200 (2011-04-29)
parents c2ce9d254863
children 3b9816842566
line diff
     1.1 --- a/libs/random-image.php	Tue Mar 22 21:57:58 2011 +0100
     1.2 +++ b/libs/random-image.php	Fri Apr 29 23:59:54 2011 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  <?php
     1.5  
     1.6  $total  = "6";
     1.7 -$folder = "pics/slideshow";
     1.8 +$folder = "images/slideshow";
     1.9  $start  = "1";
    1.10  $random = mt_rand($start, $total);
    1.11  $name   = $random . ".png";