getPhotoInfo($id);
$title = $info['title'];
$img = 'http://static.flickr.com/' . $info['server'] . '/' . $info['id']
. '_' . $info['secret'] . '.jpg';
$photoPage = 'http://www.flickr.com/photos/' . $info['owner']['nsid'] . '/'
. $id . '/';
$photo = $gallery->getPhoto($id);
$prev = $gallery->getPreviousPhoto($photo);
$next = $gallery->getNextPhoto($photo);
}
?>