Index: openacs-4/packages/acs-templating/www/doc/developer-guide.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/developer-guide.adp,v diff -u -r1.4.2.2 -r1.4.2.3 --- openacs-4/packages/acs-templating/www/doc/developer-guide.adp 3 Sep 2021 09:15:54 -0000 1.4.2.2 +++ openacs-4/packages/acs-templating/www/doc/developer-guide.adp 6 Jun 2023 09:30:30 -0000 1.4.2.3 @@ -15,7 +15,7 @@ promised in the contract, and not write to the connection. At the end of your Tcl page, call ad_return_template . The -template system will look for an adp page with the file name stub +template system will look for an adp page with the filename stub you indicate (defaulting to the same stub as the Tcl page), process that, and deliver it to the client. The adp page can use the datasources defined in the Tcl page.