diff --git a/modules/slideshow/helpers/slideshow_block.php b/modules/slideshow/helpers/slideshow_block.php index 8a415a67..4dca2470 100644 --- a/modules/slideshow/helpers/slideshow_block.php +++ b/modules/slideshow/helpers/slideshow_block.php @@ -32,6 +32,10 @@ class slideshow_block_Core { } public static function tag_top($theme) { - return "Slideshow"; + /* + * Bharat: @todo + * You can revert if you want, problem is there is no item, so we don't create the media_rrs feed + */ + return ""; } }