item()) { return; } // Create a new block to display the link in. $block = new Block(); $block->css_id = "g-tags-map"; $block->title = t("Map:"); $block->content = new View("tagsmap_block.html"); return $block; } }