Index: openacs-4/packages/dotlrn/www/dotlrn-master-kelp.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/dotlrn-master-kelp.adp,v diff -u -N -r1.1.2.2 -r1.1.2.3 --- openacs-4/packages/dotlrn/www/dotlrn-master-kelp.adp 19 Jul 2005 06:40:03 -0000 1.1.2.2 +++ openacs-4/packages/dotlrn/www/dotlrn-master-kelp.adp 21 Apr 2006 19:31:41 -0000 1.1.2.3 @@ -4,6 +4,7 @@ @header_stuff;noquote@ @header_customized_css;noquote@ + @dotlrn_master__header_stuff;noquote@ @context;noquote@ Index: openacs-4/packages/dotlrn/www/dotlrn-master-kelp.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/dotlrn-master-kelp.tcl,v diff -u -N -r1.1.2.4 -r1.1.2.5 --- openacs-4/packages/dotlrn/www/dotlrn-master-kelp.tcl 23 Oct 2005 12:55:00 -0000 1.1.2.4 +++ openacs-4/packages/dotlrn/www/dotlrn-master-kelp.tcl 21 Apr 2006 19:31:41 -0000 1.1.2.5 @@ -577,3 +577,9 @@ " +# Bring in header stuff from portlets, e.g. dhtml tree javascript +# from dotlrn-main-portlet. +global dotlrn_master__header_stuff +if { ![info exists dotlrn_master__header_stuff] } { + set dotlrn_master__header_stuff "" +}