Checked in jQuery superfish menu plugin, applied to item options menu. Updated album/item view icons.

This commit is contained in:
Chad Kieffer
2008-12-09 06:40:20 +00:00
parent 5ae606786a
commit 2fbd4c09e6
14 changed files with 422 additions and 123 deletions
@@ -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) {