diff options
author | Chad Kieffer <chad@2tbsp.com> | 2008-12-09 06:40:20 +0000 |
---|---|---|
committer | Chad Kieffer <chad@2tbsp.com> | 2008-12-09 06:40:20 +0000 |
commit | 2fbd4c09e67b41869e559b32fd097faf46bfc990 (patch) | |
tree | 2de10b074f1217264694e5c6ff176e311210291d /modules/slideshow/helpers | |
parent | 5ae606786a5708cf749ae8c3d02d88e8e09c0c23 (diff) |
Checked in jQuery superfish menu plugin, applied to item options menu. Updated album/item view icons.
Diffstat (limited to 'modules/slideshow/helpers')
-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) { |