page_subtype == "photo") { $theme->css("photoannotation.css"); $theme->script("jquery.annotate.js"); } } static function photo_bottom($theme) { if ($theme->page_subtype == "photo") { return new View("photoannotation_highlight_block.html"); } } }