mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-29 11:10:37 -04:00
Checked in jQuery superfish menu plugin, applied to item options menu. Updated album/item view icons.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user