summaryrefslogtreecommitdiff
path: root/inc/template.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2005-08-01 20:22:42 +0200
committerAndreas Gohr <andi@splitbrain.org>2005-08-01 20:22:42 +0200
commit3600bd520df3cf84efc7cd146657eb6e45694d3f (patch)
treed52fbcc69b19397b8793bff12c2274654c6ba05a /inc/template.php
parenta2bd8ce7506a8286835dd5972a09fdf94c738046 (diff)
downloadrpg-3600bd520df3cf84efc7cd146657eb6e45694d3f.tar.gz
rpg-3600bd520df3cf84efc7cd146657eb6e45694d3f.tar.bz2
Load plugin javascript
Javascript files from plugins called script.js are loaded automatically darcs-hash:20050801182242-7ad00-2bc839c92c54e641347ed1cbeadf8bba3ef6a7a8.gz
Diffstat (limited to 'inc/template.php')
-rw-r--r--inc/template.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/template.php b/inc/template.php
index b48a591f8..4f6511e97 100644
--- a/inc/template.php
+++ b/inc/template.php
@@ -207,8 +207,8 @@ function tpl_metaheaders(){
ptln('<script language="javascript" type="text/javascript" charset="utf-8" src="'.
DOKU_BASE.'lib/scripts/domTT.js"></script>',$it);
- // plugin stylesheets
- plugin_printCSS();
+ // plugin stylesheets and Scripts
+ plugin_printCSSJS();
}
/**