Added title attribute.

This commit is contained in:
Chad Kieffer
2008-12-07 01:28:37 +00:00
parent 2aa84796f3
commit 9bfeb413ab
@@ -24,7 +24,8 @@ class slideshow_block_Core {
}
private static function _piclens_link($theme) {
return "<a href=\"javascript:PicLensLite.start()\" id=\"gSlideshowLink\">" .
return "<a href=\"javascript:PicLensLite.start()\" id=\"gSlideshowLink\"" .
" title=\"" . _("View slideshow") . "\">" .
"<img src=\"" . $theme->url("images/ico-view-slideshow.png") . "\" alt=\"" .
_("View slideshow") . "\" /></a>";
}