Index: openacs-4/packages/acs-templating/www/doc/guide/composite.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/guide/composite.html,v diff -u -r1.5 -r1.6 --- openacs-4/packages/acs-templating/www/doc/guide/composite.html 27 Mar 2018 11:18:00 -0000 1.5 +++ openacs-4/packages/acs-templating/www/doc/guide/composite.html 3 Sep 2024 15:37:35 -0000 1.6 @@ -227,7 +227,7 @@
The "code" part can divert to another page by calling
- template::set_file
to modify the file name stub of
+ template::set_file
to modify the filename stub of
the page being processed. For convenience,
ad_return_template
can be used with the same
effect; it is a wrapper for template::set_file
, and
@@ -236,7 +236,7 @@
at the end the name is changed, the template of the original
page is not used; instead the new page is processed, code first,
then template. As that page's code can call
- set_file
again, we get the following picure.
+ set_file
again, we get the following picture.