summaryrefslogtreecommitdiff
path: root/modules/slideshow/helpers/slideshow_block.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/slideshow/helpers/slideshow_block.php')
-rw-r--r--modules/slideshow/helpers/slideshow_block.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/slideshow/helpers/slideshow_block.php b/modules/slideshow/helpers/slideshow_block.php
index b5177b8e..bd1197ef 100644
--- a/modules/slideshow/helpers/slideshow_block.php
+++ b/modules/slideshow/helpers/slideshow_block.php
@@ -22,13 +22,4 @@ class slideshow_block_Core {
return "<script src=\"http://lite.piclens.com/current/piclens.js\" type=\"text/javascript\">" .
"</script>";
}
-
- private static function _piclens_link($theme) {
- return "<a href=\"javascript:PicLensLite.start()\" id=\"gSlideshowLink\"" .
- " title=\"" . _("View slideshow") . "\">" . _("View slideshow") . "</a>";
- }
-
- public static function sidebar_top($theme) {
- return self::_piclens_link($theme);
- }
}