Index: openacs.org-dev/packages/acs-templating/tcl/acs-integration-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs.org-dev/packages/acs-templating/tcl/acs-integration-procs.tcl,v diff -u -r1.1.1.1 -r1.1.1.2 --- openacs.org-dev/packages/acs-templating/tcl/acs-integration-procs.tcl 9 Jul 2002 17:34:59 -0000 1.1.1.1 +++ openacs.org-dev/packages/acs-templating/tcl/acs-integration-procs.tcl 8 Oct 2002 15:46:50 -0000 1.1.1.2 @@ -32,6 +32,8 @@ ad_proc -public ad_template_return {{file_stub ""}} { + Alias proc (wrapper) for ad_return_template +} { uplevel 1 "ad_return_template $file_stub" } @@ -67,8 +69,9 @@ ad_script_abort } -# Get the server root directory (supposing we run under ACS) ad_proc -public get_server_root {} { + Get the server root directory (supposing we run under ACS) +} { file dir [ns_info tcllib] }