Index: openacs-4/packages/acs-templating/tcl/list-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/list-procs.tcl,v diff -u -N -r1.57.8.6 -r1.57.8.7 --- openacs-4/packages/acs-templating/tcl/list-procs.tcl 16 Oct 2013 10:16:16 -0000 1.57.8.6 +++ openacs-4/packages/acs-templating/tcl/list-procs.tcl 16 Oct 2013 19:56:15 -0000 1.57.8.7 @@ -1121,7 +1121,7 @@ # Added support for storing form templates outside acs-templating if {[regexp {^/(.*)} $style path]} { - set file_stub "[acs_root_dir]$path" + set file_stub "$::acs::rootdir$path" } else { set file_stub [template::get_resource_path]/lists/$style } @@ -1780,7 +1780,7 @@ } # Added support for storing form templates outside acs-templating if {[regexp {^/(.*)} $style path]} { - set file_stub "[acs_root_dir]$path" + set file_stub "$::acs::rootdir$path" } else { set file_stub [template::get_resource_path]/lists/$style }