mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-27 02:04:31 -04:00
Added title attribute.
This commit is contained in:
@@ -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>";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user