t("Album tree")); } static function get($block_id) { $block = new Block(); switch ($block_id) { case "albumtree": $block->css_id = "g-albumtree"; $block->title = t("Album Tree"); $block->content = new View("albumtree_block.html"); $block->content->root = item::root(); break; } return $block; } }