From 3600bd520df3cf84efc7cd146657eb6e45694d3f Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Mon, 1 Aug 2005 20:22:42 +0200 Subject: Load plugin javascript Javascript files from plugins called script.js are loaded automatically darcs-hash:20050801182242-7ad00-2bc839c92c54e641347ed1cbeadf8bba3ef6a7a8.gz --- inc/template.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inc/template.php') 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('',$it); - // plugin stylesheets - plugin_printCSS(); + // plugin stylesheets and Scripts + plugin_printCSSJS(); } /** -- cgit v1.2.3