Index: openacs-4/packages/xowiki/lib/view.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/lib/view.tcl,v diff -u -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 Index: openacs-4/packages/xowiki/resources/templates/error-template.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/resources/templates/error-template.adp,v diff -u -r1.2 -r1.2.2.1 --- openacs-4/packages/xowiki/resources/templates/error-template.adp 7 Aug 2017 23:48:30 -0000 1.2 +++ openacs-4/packages/xowiki/resources/templates/error-template.adp 14 May 2019 15:25:45 -0000 1.2.2.1 @@ -1,9 +1,8 @@ @title;literal@ - @title;literal@ @context;literal@ @header_stuff;literal@ - +
Index: openacs-4/packages/xowiki/www/admin/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/admin/index.adp,v diff -u -r1.13 -r1.13.4.1 --- openacs-4/packages/xowiki/www/admin/index.adp 7 Jul 2015 12:11:48 -0000 1.13 +++ openacs-4/packages/xowiki/www/admin/index.adp 14 May 2019 15:25:45 -0000 1.13.4.1 @@ -1,9 +1,7 @@ @title;literal@ - @title;literal@ @context;literal@ -