diff options
| author | Cash Costello <cash.costello@gmail.com> | 2011-11-27 21:45:15 -0500 |
|---|---|---|
| committer | cash <cash.costello@gmail.com> | 2011-11-28 21:44:02 -0500 |
| commit | 208939a017f4b29240a814e29d0141dc5929b4dd (patch) | |
| tree | 8222395a6057f1215eabd93cf14805237998748c | |
| parent | 4a151030205c2e3bbdf609472627843040270b50 (diff) | |
| download | elgg-208939a017f4b29240a814e29d0141dc5929b4dd.tar.gz elgg-208939a017f4b29240a814e29d0141dc5929b4dd.tar.bz2 | |
Fixes #3773 added documentation hint for using advanced features of fancybox
| -rw-r--r-- | views/default/js/lightbox.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/views/default/js/lightbox.php b/views/default/js/lightbox.php index 5f3764756..c45d46098 100644 --- a/views/default/js/lightbox.php +++ b/views/default/js/lightbox.php @@ -5,6 +5,10 @@ * Usage * Apply the class elgg-lightbox to links. * + * Advanced Usage + * Elgg is distributed with the Fancybox jQuery library. Please go to + * http://fancybox.net for more information on the options of this lightbox. + * * Overriding * In a plugin, override this view and override the registration for the * lightbox JavaScript and CSS (@see elgg_views_boot()). |
