Index: openacs-4/packages/xowiki/tcl/link-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/link-procs.tcl,v diff -u -r1.35 -r1.36 --- openacs-4/packages/xowiki/tcl/link-procs.tcl 13 Sep 2007 20:02:19 -0000 1.35 +++ openacs-4/packages/xowiki/tcl/link-procs.tcl 28 Sep 2007 20:34:06 -0000 1.36 @@ -228,13 +228,13 @@ Class create ::xowiki::Link::css -superclass ::xowiki::Link::file -parameter { } ::xowiki::Link::css instproc render_found {href label} { - ::xowiki::Page requireCSS $href + ::xo::Page requireCSS $href return "" } Class create ::xowiki::Link::js -superclass ::xowiki::Link::file -parameter { } ::xowiki::Link::js instproc render_found {href label} { - ::xowiki::Page requireJS $href + ::xo::Page requireJS $href return "" } @@ -252,7 +252,7 @@ return $item_id } ::xowiki::Link::swf instproc render_found {href label} { - ::xowiki::Page requireJS /resources/xowiki/swfobject.js + ::xo::Page requireJS /resources/xowiki/swfobject.js my instvar package_id name #set link [$package_id pretty_link -absolute true -siteurl http://localhost:8003 $name]/download.swf foreach {width height bgcolor version} {320 240 #999999 7} break @@ -295,9 +295,9 @@ return 0 } ::xowiki::Link::glossary instproc render_found {href label} { - ::xowiki::Page requireJS "/resources/xowiki/get-http-object.js" - ::xowiki::Page requireJS "/resources/xowiki/popup-handler.js" - ::xowiki::Page requireJS "/resources/xowiki/overlib/overlib.js" + ::xo::Page requireJS "/resources/xowiki/get-http-object.js" + ::xo::Page requireJS "/resources/xowiki/popup-handler.js" + ::xo::Page requireJS "/resources/xowiki/overlib/overlib.js" return "$label"