aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2011-11-28 19:08:33 -0800
committerCash Costello <cash.costello@gmail.com>2011-11-28 19:08:33 -0800
commitc09bf90c8830775d1d8a3e1e58023d03968216b3 (patch)
tree5ce1fa13e69bcaa28a0f2079ab081a81932369e0
parent06e6a06aa097239c9c4f210c87c443a279fd337b (diff)
parentf410857a58d25175c9dc14095ea56b462424e486 (diff)
downloadelgg-c09bf90c8830775d1d8a3e1e58023d03968216b3.tar.gz
elgg-c09bf90c8830775d1d8a3e1e58023d03968216b3.tar.bz2
Merge pull request #97 from THINKGlobalSchool/fix-lightbox-simplecache
Register lightbox simplecache view: elgg_register_simplecache_view('css/lightbox')
-rw-r--r--engine/lib/views.php1
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');