summaryrefslogtreecommitdiff
path: root/lib/exe/js.php
diff options
context:
space:
mode:
authorMichael Klier <chi@chimeric.de>2007-04-08 16:43:21 +0200
committerMichael Klier <chi@chimeric.de>2007-04-08 16:43:21 +0200
commit4804a7da336dcbd161eb1009670a50ce6cc5dff1 (patch)
treec67311e211a9202f103bdbcc0c60594acc71c5dd /lib/exe/js.php
parent208c021585bbc6cbce25223e481cef547dabed89 (diff)
downloadrpg-4804a7da336dcbd161eb1009670a50ce6cc5dff1.tar.gz
rpg-4804a7da336dcbd161eb1009670a50ce6cc5dff1.tar.bz2
FS#1079 - made TOC images part of template
darcs-hash:20070408144321-23886-266b4fec7c4d292f830689cced19798cd00d1422.gz
Diffstat (limited to 'lib/exe/js.php')
-rw-r--r--lib/exe/js.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/exe/js.php b/lib/exe/js.php
index 69b0ba27d..a55783a61 100644
--- a/lib/exe/js.php
+++ b/lib/exe/js.php
@@ -77,6 +77,7 @@ function js_out(){
// add some global variables
print "var DOKU_BASE = '".DOKU_BASE."';";
+ print "var DOKU_TPL = '".DOKU_TPL."';";
//FIXME: move thes into LANG
print "var alertText = '".js_escape($lang['qb_alert'])."';";