This website requires JavaScript.
Explore
Help
Sign In
Beanz
/
flatpress
Watch
1
Star
0
Fork
0
You've already forked flatpress
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
flatpress
/
fp-plugins
/
lightbox2
History
azett
27c3e825b3
Fixed Heredoc strings. Turns out, Heredoc syntax -
https://www.php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc
- only works with closing tags being the first characters of a line. Eclipse's reformatting and indention of the code does not seem to know that^^
...
Fix: Changed Heredoc strings to "normal" strings.
2021-02-13 13:47:18 +01:00
..
imgs
many minor edits, porting to jQuery (thanks to pierovdfn!)
2010-08-12 10:02:52 +00:00
lang
Added Spanish language pack - muchas gracias, Carlos a.k.a karelv!
2021-01-02 13:35:33 +01:00
res
Lightbox Plugin: Updated Slimbox from 2.04 to 2.05, thus fixing the display of the overlay;
2019-02-02 13:35:43 +01:00
plugin.lightbox2.php
Fixed Heredoc strings. Turns out, Heredoc syntax -
https://www.php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc
- only works with closing tags being the first characters of a line. Eclipse's reformatting and indention of the code does not seem to know that^^
2021-02-13 13:47:18 +01:00