Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -r1.302 -r1.303 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 15 Oct 2008 10:23:53 -0000 1.302 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 23 Oct 2008 12:33:12 -0000 1.303 @@ -886,7 +886,7 @@ # we use as default decoration for included pages # the "portlet" decoration # - $page set __decoration portlet + $page set __decoration [$package_id get_parameter default-portlet-decoration portlet] } }