Index: openacs-4/packages/xowiki/lib/view.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/lib/view.tcl,v diff -u -N -r1.14 -r1.14.2.1 --- openacs-4/packages/xowiki/lib/view.tcl 16 May 2018 15:23:55 -0000 1.14 +++ openacs-4/packages/xowiki/lib/view.tcl 14 May 2019 15:25:45 -0000 1.14.2.1 @@ -19,10 +19,9 @@ } set html [::$package_id invoke -method $m] -#set ::xowiki_head [::xo::Page header_stuff] if {![info exists css]} { - set fn [acs_root_dir]/packages/xowiki/www/resources/xowiki.css + set fn [acs_root_dir]/packages/xowiki/www/resources/xowiki-[::xowiki::Package preferredCSSToolkit].css set F [open $fn]; set css [read $F]; close $F set css "" set html $css$html