From 2fbd4c09e67b41869e559b32fd097faf46bfc990 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Tue, 9 Dec 2008 06:40:20 +0000 Subject: Checked in jQuery superfish menu plugin, applied to item options menu. Updated album/item view icons. --- modules/slideshow/helpers/slideshow_block.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'modules/slideshow/helpers') 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 "" . - "url("images/ico-view-slideshow.png") . "\" alt=\"" . - _("View slideshow") . "\" />"; + " title=\"" . _("View slideshow") . "\">" . _("View slideshow") . ""; } public static function album_top($theme) { -- cgit v1.2.3