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, $key); $next = $gallery->getNextPhoto($photo, $key); } ?>

<?php echo $title ?>

 Next >
More info...