diff options
Diffstat (limited to 'modules/slideshow/helpers')
-rw-r--r-- | modules/slideshow/helpers/slideshow_block.php | 6 |
1 files changed, 5 insertions, 1 deletions
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 "<a href=\"javascript:PicLensLite.start()\" id=\"gSlideshowLink\" class=\"gButtonLink\">Slideshow</a>"; + /* + * Bharat: @todo + * You can revert if you want, problem is there is no item, so we don't create the media_rrs feed + */ + return ""; } } |