diff options
author | Andreas Gohr <andi@splitbrain.org> | 2005-08-01 20:22:42 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2005-08-01 20:22:42 +0200 |
commit | 3600bd520df3cf84efc7cd146657eb6e45694d3f (patch) | |
tree | d52fbcc69b19397b8793bff12c2274654c6ba05a /inc/template.php | |
parent | a2bd8ce7506a8286835dd5972a09fdf94c738046 (diff) | |
download | rpg-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.php | 4 |
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(); } /** |