Index: openacs-4/packages/acs-subsite/acs-subsite.info
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/acs-subsite.info,v
diff -u -r1.117.2.9 -r1.117.2.10
--- openacs-4/packages/acs-subsite/acs-subsite.info 26 Sep 2015 12:57:04 -0000 1.117.2.9
+++ openacs-4/packages/acs-subsite/acs-subsite.info 29 Sep 2015 08:04:27 -0000 1.117.2.10
@@ -127,7 +127,7 @@
-
+
Index: openacs-4/packages/acs-templating/tcl/util-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/util-procs.tcl,v
diff -u -r1.28.2.9 -r1.28.2.10
--- openacs-4/packages/acs-templating/tcl/util-procs.tcl 18 Sep 2015 10:23:46 -0000 1.28.2.9
+++ openacs-4/packages/acs-templating/tcl/util-procs.tcl 29 Sep 2015 08:04:27 -0000 1.28.2.10
@@ -818,7 +818,9 @@
if { ![info exists subsite_id] } {
set subsite_id [ad_conn subsite_id]
}
- set template [parameter::get -package_id $subsite_id -parameter StreamingHead]
+ set template [parameter::get -package_id $subsite_id \
+ -parameter StreamingHead \
+ -default "/packages/openacs-default-theme/lib/plain-streaming-head"]
return [template::resource_path -type masters -style $template -relative]
}