Index: openacs-4/packages/acs-templating/www/doc/tagref/include.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/tagref/include.html,v diff -u -r1.5 -r1.6 --- openacs-4/packages/acs-templating/www/doc/tagref/include.html 27 Oct 2014 16:40:25 -0000 1.5 +++ openacs-4/packages/acs-templating/www/doc/tagref/include.html 7 Aug 2017 23:48:03 -0000 1.6 @@ -12,76 +12,77 @@

Summary

-

The include tag is used to include a dynamic subtemplate +

The include tag is used to include a dynamic subtemplate into the current template. Subtemplates are evaluated in the same fashion as any other dynamic template; the developer may associate data sources and other properties to them.

Usage

-
<include src="subtemplate" attribute="value" ...>
+
<include src="subtemplate" attribute="value" ...>
or -
<include src="/packages/packagename/www/lib/subtemplate" attribute="value" ...>
+
<include src="/packages/packagename/www/lib/subtemplate" attribute="value" ...>

Notes