Index: openacs-4/packages/acs-templating/tcl/form-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/form-procs.tcl,v diff -u -r1.45.2.7 -r1.45.2.8 --- openacs-4/packages/acs-templating/tcl/form-procs.tcl 16 Oct 2013 10:16:16 -0000 1.45.2.7 +++ openacs-4/packages/acs-templating/tcl/form-procs.tcl 16 Oct 2013 19:56:15 -0000 1.45.2.8 @@ -340,7 +340,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]/forms/$style }