Photos from 2012 shows

read())) { // 6232744714_dedff76ae3_o // 8177005682_7233fe43ce_b if ($file != '.' && $file != '..' && preg_match ('/([0-9]{3}\.jpg)|(IMG_[0-9]{4}.JPG)|(81[0-9]{8}_[0-9a-z]{10}_b.jpg)/', $file) && !strstr($file,'resized')){ $pix[] = $file; } } $d->close(); asort ($pix); foreach ($pix as $key=>$pic){ $img = new Image ('/graphics/photos2012/'.$pic, '', '?thispic='.$pic, '', '', '5', 0); $img->scale (40, 60, false, false); if (!$thispic){ $thispic = current($pix); } if ($pic == $thispic){ $img->mono(); } $thumbs[$pic] = $img; } ksort ($thumbs); foreach ($thumbs as $key=>$thumb){ $col_one_content .= $thumb->write(); } $col_one_content .= "

\n"; ?>
$key < $thispic"; if ($key<$thispic){ $previous = $key; } if ($key>$thispic && !$next){ $next = $key; } } if ($previous){ echo "« Previous"; } if ($previous && $next){ echo " • "; } if ($next){ echo "Next » "; } echo "

\n"; if ($pic){ $img = new Image ('/graphics/photos2012/'.$thispic); $img->scale (600); echo $img->write(); } ?>