summaryrefslogtreecommitdiff
path: root/modules/slideshow/helpers/slideshow_block.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-01-04 09:01:39 +0000
committerBharat Mediratta <bharat@menalto.com>2009-01-04 09:01:39 +0000
commit1eeb6efd7217fc40b911b74ca1f4a61788409f5d (patch)
tree0a791a5cdd12edffa488d9ad055c36b994c24f23 /modules/slideshow/helpers/slideshow_block.php
parent24917d337c7c3efbd54dbc29f4b5ee746674b0b1 (diff)
Move slideshow link from sidebar_top() into the photo and album menus.
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);
- }
}