Skip to content

Instantly share code, notes, and snippets.

@01-Scripts
Last active July 13, 2016 20:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 01-Scripts/e69a38213a7bd753014c46d4b9991e43 to your computer and use it in GitHub Desktop.
Save 01-Scripts/e69a38213a7bd753014c46d4b9991e43 to your computer and use it in GitHub Desktop.
Bildtitel unter dem Thumbnails anzeigen zulassen.
// Vorher (Zeile 471):
echo "<li".$class."><a ".$href." title=\"".$lightbox_title." - ".$echo_text."\">"._01gallery_getThumb($galverz,stripslashes($pics['filename']),"_tb")."</a></li>\n";
// Nachher
echo "<li".$class."><a ".$href." title=\"".$lightbox_title."\">"._01gallery_getThumb($galverz,stripslashes($pics['filename']),"_tb")."</a></li>\n";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment