"; $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") { $csrf = access::csrf_token(); $return = "album/{$child->parent()->id}"; $href = url::site("digibug/print_photo/$child->id?csrf={$csrf}&return=$return"); $title = t("Print photo with Digibug"); return "
"; } return ""; } }