From dca3cd2e8d0a376103bcec8fe4d7e0feba268b8b Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sat, 6 Dec 2008 17:18:55 +0000 Subject: Switch the slideshow link from text to icon. --- modules/slideshow/helpers/slideshow_block.php | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'modules/slideshow') diff --git a/modules/slideshow/helpers/slideshow_block.php b/modules/slideshow/helpers/slideshow_block.php index 66417eb1..f38f98a5 100644 --- a/modules/slideshow/helpers/slideshow_block.php +++ b/modules/slideshow/helpers/slideshow_block.php @@ -23,19 +23,18 @@ class slideshow_block_Core { ""; } - private static function _piclens_link() { - return "" . - _("Slideshow") . - ""; + private static function _piclens_link($theme) { + return "" . + "url("images/ico-view-slideshow.png") . "\" alt=\"" . + _("View slideshow") . "\" />"; } public static function album_top($theme) { - return self::_piclens_link(); + return self::_piclens_link($theme); } public static function photo_top($theme) { - return self::_piclens_link(); + return self::_piclens_link($theme); } public static function tag_top($theme) { -- cgit v1.2.3