t("About page")); } static function get($block_id, $theme) { $block = ""; switch ($block_id) { case "about": if ($theme->item()) { $block = new Block(); $block->css_id = "g-metadata"; $block->title = module::get_var("about", "title"); $block->content = new View("about_block.html"); } break; } return $block; } }