From 62e5f73b7bb1615d5a579aa049f9ab1588c12bdb Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Fri, 28 Nov 2008 01:42:01 +0000 Subject: Re-enable the slideshow for tag views, since now we have a MediaRSS feed for them --- modules/slideshow/helpers/slideshow_block.php | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'modules/slideshow/helpers') diff --git a/modules/slideshow/helpers/slideshow_block.php b/modules/slideshow/helpers/slideshow_block.php index 4dca2470..66417eb1 100644 --- a/modules/slideshow/helpers/slideshow_block.php +++ b/modules/slideshow/helpers/slideshow_block.php @@ -23,19 +23,22 @@ class slideshow_block_Core { ""; } + private static function _piclens_link() { + return "" . + _("Slideshow") . + ""; + } + public static function album_top($theme) { - return "Slideshow"; + return self::_piclens_link(); } public static function photo_top($theme) { - return "Slideshow"; + return self::_piclens_link(); } public static function tag_top($theme) { - /* - * Bharat: @todo - * You can revert if you want, problem is there is no item, so we don't create the media_rrs feed - */ - return ""; + return self::_piclens_link(); } } -- cgit v1.2.3