t("Adsense")); } static function get($block_id, $theme) { $block = ""; switch ($block_id) { case "adsense": if (module::get_var("adsense", "location") == "sidebar") { $block = new Block(); $block->css_id = "g-adsense"; $block->title = t("Adsense"); $block->content = new View("adsense_block.html"); } break; } return $block; } }