Index: openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl,v diff -u -r1.207 -r1.208 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 14 Dec 2008 21:04:12 -0000 1.207 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 17 Dec 2008 23:02:02 -0000 1.208 @@ -111,7 +111,7 @@ set footer [my htmlFooter -content $content] set top_includelets "" set vp [string trim [$context_package_id get_parameter "top_includelet" ""]] - if {$vp ne ""} { + if {$vp ne "" && $vp ne "none"} { set top_includelets [my include $vp] }