Changeset 2558263
- Timestamp:
- 07/04/2021 02:16:34 AM (5 years ago)
- Location:
- easy-lightbox-2-automated/trunk
- Files:
-
- 2 edited
-
lightbox2.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
easy-lightbox-2-automated/trunk/lightbox2.php
r2088839 r2558263 41 41 relative to your wordpress server's root: */ 42 42 $lightbox_2_theme = urldecode(get_option('lightbox_2_theme')); 43 $lightbox_style = ($stimuli_lightbox_plugin_prefix."Themes/".$lightbox_2_theme."/"); 43 $lightbox_style = ($stimuli_lightbox_plugin_prefix."Themes/".$lightbox_2_theme."/lightbox.css"); 44 // exit($lightbox_style); 44 45 45 46 /* Include the lightbox stylesheet */ -
easy-lightbox-2-automated/trunk/readme.txt
r2089363 r2558263 1 1 === Easy Lightbox 2 Automated === 2 Contributors: desbest 3 Tags: lightbox, images, 2 Contributors: desbest, Rupert Morris 4 3 Donate link: http://paypal.me/tynamiteuk 5 4 Requires at least: 5.1 6 Tested up to: 5.25 Tested up to: 7.2 7 6 Requires PHP: 5.2.4 8 7 Stable tag: trunk 9 8 License: MIT 9 Version: 2.1 10 10 License URI: https://en.wikipedia.org/wiki/MIT_License 11 Tags: AJAX, image, images, lightbox, photo, picture 11 12 12 Add L ightbox 2 easily to your website with this plugin.13 Add Lokesh's Lightbox 2 easily to your website with this plugin. 13 14 14 15 == Description == 15 Add Lightbox 2 easily to your website with this plugin. 16 Contributors: Rupert Morris 17 Tags: AJAX, image, lightbox, photo, picture 18 Requires at least: 1.5 19 Tested up to: 5.2 20 Stable tag: 5.2 16 17 Used to overlay images on the current page. Lightbox JS v2.2 by Lokesh Dhakar ( http://www.huddletogether.com/projects/lightbox2/ ). Features 'auto-lightboxing' of image links, courtesy of Michael Tyson ( http://atastypixel.com ). 21 18 22 19 == New maintainer == 23 20 This plugin is now maintained by desbest. 24 21 http://desbest.com/projects/easy-lightbox-2-automated 25 26 == Description ==27 28 Used to overlay images on the current page. Lightbox JS v2.2 by Lokesh Dhakar ( http://www.huddletogether.com/projects/lightbox2/ ). Features 'auto-lightboxing' of image links, courtesy of Michael Tyson ( http://atastypixel.com ).29 22 30 23 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.