Index: openacs-4/packages/acs-subsite/tcl/apm-callback-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/tcl/apm-callback-procs.tcl,v
diff -u -r1.13.2.6 -r1.13.2.7
--- openacs-4/packages/acs-subsite/tcl/apm-callback-procs.tcl	28 Oct 2020 15:39:19 -0000	1.13.2.6
+++ openacs-4/packages/acs-subsite/tcl/apm-callback-procs.tcl	8 Feb 2023 12:35:55 -0000	1.13.2.7
@@ -18,6 +18,13 @@
 
 } {
     subsite::default::create_app_group -package_id $package_id
+
+    #
+    # Set the theme-related parameters into the subsite
+    #
+    subsite::set_theme \
+        -subsite_id $package_id \
+        -theme [subsite::get_theme -subsite_id $package_id]
 }
 
 ad_proc -private subsite::package_install {} {} {