item()->is_album()) { $block = new Block(); $block->css_id = "gMetadata"; $block->title = t("Links"); $block->content = new View("embedlinks_album_block.html"); return $block; } } static function photo_bottom($theme) { $block = new Block(); $block->css_id = "gMetadata"; $block->title = t("Links"); $block->content = new View("embedlinks_photo_block.html"); return $block; } }