authenticate("write");
if (!$gallery->checkAuthenticatedUser())
{
$gallery->error("You do not have permission to edit these details");
}
?>
Flickr Gallery
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 . '/';
$description = $info['description'];
}
?>