" . ""; } private static function _piclens_link($theme) { return "" . "url("images/ico-view-slideshow.png") . "\" alt=\"" . _("View slideshow") . "\" />"; } public static function album_top($theme) { return self::_piclens_link($theme); } public static function photo_top($theme) { return self::_piclens_link($theme); } public static function tag_top($theme) { return self::_piclens_link(); } }