getAlbums(); $styles = array("standard"); $page = new page("Photo Albums",$styles); $page->begin_page(); ?>

Photo Albums:

"; print "
"; print "".$album['title']."
"; $summary = $album['summary']; ?>

end_page(); ?>