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.4 -r1.26.2.5 --- openacs-4/packages/acs-templating/tcl/util-procs.tcl 3 Oct 2013 09:23:38 -0000 1.26.2.4 +++ openacs-4/packages/acs-templating/tcl/util-procs.tcl 6 Oct 2013 13:20:35 -0000 1.26.2.5 @@ -752,7 +752,7 @@ Get the template directory The body is doublequoted, so it is interpreted when this file is read } " - return \"[file dir [file dir [info script]]]/resources\" + return \"[file dirname [file dirname [info script]]]/resources\" "