diff options
author | cash <cash.costello@gmail.com> | 2011-11-29 21:52:50 -0500 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-11-29 21:52:50 -0500 |
commit | e16202bb6cd25dd377c348ed4b01cf2be4b9ac01 (patch) | |
tree | 80b8e8d1894545ab0a99c63eb573fd0962e4a438 /engine/lib/views.php | |
parent | 6cc08f83225237d0cd57e0a5c0ebec0a8327aa30 (diff) | |
parent | e57ad78561dd4e80eb3621475aaade030c0fbdd0 (diff) | |
download | elgg-e16202bb6cd25dd377c348ed4b01cf2be4b9ac01.tar.gz elgg-e16202bb6cd25dd377c348ed4b01cf2be4b9ac01.tar.bz2 |
Merge pull request #97 from THINKGlobalSchool/fix-lightbox-simplecache
Register lightbox simplecache view: elgg_register_simplecache_view(css/lightbox)
Diffstat (limited to 'engine/lib/views.php')
-rw-r--r-- | engine/lib/views.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/lib/views.php b/engine/lib/views.php index 0f806b8be..d3c9ff551 100644 --- a/engine/lib/views.php +++ b/engine/lib/views.php @@ -1602,6 +1602,7 @@ function elgg_views_boot() { elgg_load_js('elgg'); elgg_register_simplecache_view('js/lightbox'); + elgg_register_simplecache_view('css/lightbox'); $lightbox_js_url = elgg_get_simplecache_url('js', 'lightbox'); elgg_register_js('lightbox', $lightbox_js_url); $lightbox_css_url = elgg_get_simplecache_url('css', 'lightbox'); |