From 1eeb6efd7217fc40b911b74ca1f4a61788409f5d Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 4 Jan 2009 09:01:39 +0000 Subject: Move slideshow link from sidebar_top() into the photo and album menus. --- modules/slideshow/helpers/slideshow_block.php | 9 --------- 1 file changed, 9 deletions(-) (limited to 'modules/slideshow/helpers/slideshow_block.php') 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 ""; } - - private static function _piclens_link($theme) { - return "" . _("View slideshow") . ""; - } - - public static function sidebar_top($theme) { - return self::_piclens_link($theme); - } } -- cgit v1.2.3