"; $head[] = html::script("modules/digibug/js/digibug.js");; return implode("\n", $head); } static function admin_head($theme) { return ""; } static function thumb_bottom($theme, $child) { if ($theme->page_type() == "album" && $child->type == "photo") { $v = new View("digibug_album.html"); $v->id = $child->id; $v->title = t("Print photo with Digibug"); return $v->render(); } return ""; } }