diff options
Diffstat (limited to 'modules/slideshow/helpers/slideshow_block.php')
-rw-r--r-- | modules/slideshow/helpers/slideshow_block.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/slideshow/helpers/slideshow_block.php b/modules/slideshow/helpers/slideshow_block.php index 4e0d5c20..c757a28a 100644 --- a/modules/slideshow/helpers/slideshow_block.php +++ b/modules/slideshow/helpers/slideshow_block.php @@ -25,9 +25,7 @@ class slideshow_block_Core { private static function _piclens_link($theme) { return "<a href=\"javascript:PicLensLite.start()\" id=\"gSlideshowLink\"" . - " title=\"" . _("View slideshow") . "\">" . - "<img src=\"" . $theme->url("images/ico-view-slideshow.png") . "\" alt=\"" . - _("View slideshow") . "\" /></a>"; + " title=\"" . _("View slideshow") . "\">" . _("View slideshow") . "</a>"; } public static function album_top($theme) { |