Update of /cvsroot/openinteract/OpenInteract/pkg/base_theme/template
In directory usw-pr-cvs1:/tmp/cvs-serv22295/base_theme/template
Modified Files:
base_main.tmpl base_simple.tmpl
Log Message:
add the 'global_javascript' template to base_main and base_simple
Index: base_main.tmpl
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract/pkg/base_theme/template/base_main.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** base_main.tmpl 2001/08/13 16:10:15 1.3
--- base_main.tmpl 2001/10/17 12:05:53 1.4
***************
*** 8,11 ****
--- 8,13 ----
[% page.script %]
+ [% PROCESS global_javascript %]
+
// -->
</script>
Index: base_simple.tmpl
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract/pkg/base_theme/template/base_simple.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** base_simple.tmpl 2001/10/03 13:08:13 1.3
--- base_simple.tmpl 2001/10/17 12:05:53 1.4
***************
*** 7,10 ****
--- 7,12 ----
[% page.script %]
+ [%- PROCESS global_javascript -%]
+
// -->
</script>
|