Index: openacs-4/packages/acs-templating/tcl/filter-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/filter-procs.tcl,v diff -u -r1.16.2.1 -r1.16.2.2 --- openacs-4/packages/acs-templating/tcl/filter-procs.tcl 17 Aug 2015 17:50:27 -0000 1.16.2.1 +++ openacs-4/packages/acs-templating/tcl/filter-procs.tcl 27 Aug 2015 08:06:57 -0000 1.16.2.2 @@ -103,7 +103,7 @@ set code_stub "$::acs::rootdir/packages/$package_key/www$rest" set beginTime [clock clicks -milliseconds] - set file_stub [template::get_resource_path]/messages/datasources + set file_stub [template::resource_path -type messages -style $datasources] set output [template::adp_parse $file_stub [list code_stub $code_stub]]