Index: openacs-4/packages/acs-templating/tcl/util-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/util-procs.tcl,v diff -u -r1.26.2.6 -r1.26.2.7 --- openacs-4/packages/acs-templating/tcl/util-procs.tcl 16 Oct 2013 10:55:59 -0000 1.26.2.6 +++ openacs-4/packages/acs-templating/tcl/util-procs.tcl 16 Oct 2013 19:56:15 -0000 1.26.2.7 @@ -492,7 +492,7 @@ } else { - set path [get_server_root]/$url + set path $::acs::rootdir/$url } return [ns_normalizepath $path]