t("Tag Albums")); } static function get($block_id, $theme) { $block = ""; switch ($block_id) { case "tag_albums": // Make a new sidebar block. $block = new Block(); $block->css_id = "g-tag-albums"; $block->title = t("Tag Albums"); $block->content = new View("tag_albums_block.html"); break; } return $block; } }