changeset 2:ff6cf071c65c

update pics/browse.php and pics/index.php to reflect what's online
author paulo@twcdns.fastsearch.net
date Mon, 23 Aug 2010 22:51:42 -0700
parents c749eccf9edc
children f6be2a5839f0
files pics/browse.php pics/index.php
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line diff
     1.1 --- a/pics/browse.php	Wed Jul 21 01:02:20 2010 -0700
     1.2 +++ b/pics/browse.php	Mon Aug 23 22:51:42 2010 -0700
     1.3 @@ -13,7 +13,7 @@
     1.4  <?php
     1.5  	include('../common.php');
     1.6  
     1.7 -	browse();
     1.8 +	browse($browse_dir, $thumbs_dir);
     1.9  ?>
    1.10  
    1.11  </DIV>
     2.1 --- a/pics/index.php	Wed Jul 21 01:02:20 2010 -0700
     2.2 +++ b/pics/index.php	Mon Aug 23 22:51:42 2010 -0700
     2.3 @@ -15,13 +15,13 @@
     2.4  <DIV CLASS="body" ID="body">
     2.5  
     2.6  <P>
     2.7 -This was me (Paulo Ang) and a couple of friends (Vinh Huynh, Daniel Rohrlick) riding our bikes from Santa Ana to Newport Beach to San Diego on the weekend of October 2-3, 2009.
     2.8 +(FILL ME)
     2.9  </P>
    2.10  
    2.11  <?php
    2.12  	include('../common.php');
    2.13  
    2.14 -	listThumbs();
    2.15 +	listThumbs($thumbs_dir);
    2.16  ?>
    2.17  
    2.18  </DIV>