page_type() == "album" && $child->type == "photo" && access::can("view_full", $child)) { $v = new View("digibug_album.html"); $v->id = $child->id; $v->title = t("Print photo with Digibug"); return $v->render(); } return ""; } }