t("eCard")); } static function get($block_id, $theme) { $block = ""; switch ($block_id) { case "ecard": if ($theme->item() && $theme->item()->is_photo() && module::get_var("ecard", "location") == "sidebar") { $block = new Block(); $block->css_id = "g-sendecard"; $block->title = t("eCard"); $block->content = new View("ecard_block.html"); } break; } return $block; } }