diff options
author | Brett Profitt <brett.profitt@gmail.com> | 2013-01-04 14:37:47 -0500 |
---|---|---|
committer | Brett Profitt <brett.profitt@gmail.com> | 2013-01-04 14:37:47 -0500 |
commit | 5d762eaf47cef4785d9f051c387d6971b59bdd68 (patch) | |
tree | a5e9b0f1475d2df078dd0734e2c24a1d14d8dba4 | |
parent | ff0c20bf6d81b74678e31a3e8dfd101d9a76d633 (diff) | |
download | elgg-5d762eaf47cef4785d9f051c387d6971b59bdd68.tar.gz elgg-5d762eaf47cef4785d9f051c387d6971b59bdd68.tar.bz2 |
Added better explaination for the lightbox.
-rw-r--r-- | views/default/js/lightbox.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/views/default/js/lightbox.php b/views/default/js/lightbox.php index d2bceaf90..a1f018eea 100644 --- a/views/default/js/lightbox.php +++ b/views/default/js/lightbox.php @@ -3,7 +3,8 @@ * Elgg lightbox * * Usage - * Apply the class elgg-lightbox to links. + * Call elgg_load_js('lightbox') and elgg_load_css('lightbox') then + * apply the class elgg-lightbox to links. * * Advanced Usage * Elgg is distributed with the Fancybox jQuery library. Please go to |