summaryrefslogtreecommitdiff
path: root/modules_v3/lightbox/functions/lb_call_js.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules_v3/lightbox/functions/lb_call_js.php')
-rw-r--r--modules_v3/lightbox/functions/lb_call_js.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules_v3/lightbox/functions/lb_call_js.php b/modules_v3/lightbox/functions/lb_call_js.php
index c2ca80f7cb..f10368c3cb 100644
--- a/modules_v3/lightbox/functions/lb_call_js.php
+++ b/modules_v3/lightbox/functions/lb_call_js.php
@@ -30,6 +30,8 @@ if (!defined('WT_WEBTREES')) {
exit;
}
+require_once WT_ROOT.'js/prototype.js.htm';
+
global $TEXT_DIRECTION;
$LB_MUSIC_FILE=get_module_setting('lightbox', 'LB_MUSIC_FILE', WT_STATIC_URL.WT_MODULES_DIR.'lightbox/music/music.mp3');
?>