t("Tag Cloud Page Link")); } static function get($block_id, $theme) { // Generate the sidebar block for linking to the tag cloud page. $block = ""; switch ($block_id) { case "tag_cloud_page": $block = new Block(); $block->css_id = "g-tag-cloud-page"; $block->title = t("Tag Cloud"); $block->content = new View("tag_cloud_page_block.html"); break; } return $block; } }