summaryrefslogtreecommitdiff
path: root/modules/slideshow/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'modules/slideshow/helpers')
-rw-r--r--modules/slideshow/helpers/slideshow_block.php10
1 files changed, 1 insertions, 9 deletions
diff --git a/modules/slideshow/helpers/slideshow_block.php b/modules/slideshow/helpers/slideshow_block.php
index c757a28a..b5177b8e 100644
--- a/modules/slideshow/helpers/slideshow_block.php
+++ b/modules/slideshow/helpers/slideshow_block.php
@@ -28,15 +28,7 @@ class slideshow_block_Core {
" title=\"" . _("View slideshow") . "\">" . _("View slideshow") . "</a>";
}
- public static function album_top($theme) {
+ public static function sidebar_top($theme) {
return self::_piclens_link($theme);
}
-
- public static function photo_top($theme) {
- return self::_piclens_link($theme);
- }
-
- public static function tag_top($theme) {
- return self::_piclens_link();
- }
}