Index: openacs-4/packages/xowiki/tcl/category-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/category-procs.tcl,v diff -u -r1.12 -r1.13 --- openacs-4/packages/xowiki/tcl/category-procs.tcl 14 May 2007 07:14:21 -0000 1.12 +++ openacs-4/packages/xowiki/tcl/category-procs.tcl 28 Sep 2007 20:34:06 -0000 1.13 @@ -33,9 +33,9 @@ CatTree instproc render {{-tree_style:boolean false}} { if {$tree_style} { - #::xowiki::Page requireCSS "/resources/acs-templating/mktree.css" - ::xowiki::Page requireCSS "/resources/xowiki/cattree.css" - ::xowiki::Page requireJS "/resources/acs-templating/mktree.js" + #::xo::Page requireCSS "/resources/acs-templating/mktree.css" + ::xo::Page requireCSS "/resources/xowiki/cattree.css" + ::xo::Page requireJS "/resources/acs-templating/mktree.js" foreach c [my children] {append content [$c render] \n} return ""