Index: openacs-4/packages/acs-templating/tcl/0-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/Attic/0-procs.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-templating/tcl/0-procs.tcl 19 Jan 2002 03:55:16 -0000 1.3 +++ openacs-4/packages/acs-templating/tcl/0-procs.tcl 12 Jul 2002 08:39:34 -0000 1.4 @@ -98,13 +98,6 @@ # specify what procs can be accessed directly namespace export form element request - - # get the path to the system templates directory - proc get_resource_path {} { - - set path "ns/server/[ns_info server]/ats" - return [ns_config $path ResourcePath [ns_info pageroot]/ats/resources] - } } # Generic wrapper for registered tag handlers.