css("embedlinks_menu.css"); } static function photo_bottom($theme) { // If the current item is a photo and displaying "In Page" links // is enabled, then insert HTML/BBCode links into the bottom // of the page. if (module::get_var("embedlinks", "InPageLinks")) { $block = new Block(); $block->css_id = "g-metadata"; $block->title = t("Links"); $block->content = new View("embedlinks_photo_block.html"); return $block; } } }