t("Users")); } static function get($block_id, $theme) { $block = ""; switch ($block_id) { case "photoannotation": $block = new Block(); $block->css_id = "g-photoannotation"; $block->title = t("Users"); $block->content = new View("photoannotation_block.html"); $block->content->cloud = photoannotation::cloud(30); $block->content->form = ""; } return $block; } }