diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-11-27 21:45:15 -0500 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2011-11-27 21:45:15 -0500 |
commit | e8717d0bbcd7d0b719ec3d85943135e83e58b716 (patch) | |
tree | 3fb49c583dcc0e4fc0572b830e014778191943b4 /views/default | |
parent | d51459b56adaea48eb50ba9d6ef140751077de74 (diff) | |
download | elgg-e8717d0bbcd7d0b719ec3d85943135e83e58b716.tar.gz elgg-e8717d0bbcd7d0b719ec3d85943135e83e58b716.tar.bz2 |
Fixes #3773 added documentation hint for using advanced features of fancybox
Diffstat (limited to 'views/default')
-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()). |