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.25 -r1.26 --- openacs-4/packages/acs-templating/tcl/util-procs.tcl 10 Jan 2007 21:22:12 -0000 1.25 +++ openacs-4/packages/acs-templating/tcl/util-procs.tcl 12 Apr 2013 16:12:57 -0000 1.26 @@ -503,7 +503,7 @@ ad_proc -public template::util::resolve_directory_url { url } { Resolve the file name for a directory URL } { - set path [ns_info pageroot]$url + set path $::acs::pageroot$url if { [file isdirectory $path] && [file exists ${path}index.adp] } { set url ${url}index.acs