From 93d3916faec05987e549f0df58474312a591aa76 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sat, 9 Sep 2006 21:56:58 +0000 Subject: Fixed #366. --- .../protected/pages/Configurations/Templates1.page | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'demos/quickstart/protected/pages/Configurations') diff --git a/demos/quickstart/protected/pages/Configurations/Templates1.page b/demos/quickstart/protected/pages/Configurations/Templates1.page index 3f2fcc5e..7acd92d0 100644 --- a/demos/quickstart/protected/pages/Configurations/Templates1.page +++ b/demos/quickstart/protected/pages/Configurations/Templates1.page @@ -85,4 +85,19 @@ Comments INVISIBLE to end-users Note, template comments (by <!-- ... --!>) cannot appear in a property value.

+

Include Tags

+

+Since version 3.0.5, PRADO starts to support external template inclusion. This is accomplished via include tags, where external template files are specified in namespace format and their file name must be terminated as .tpl. +

+ +<%include path.to.templateFile %> + + +

+External templates will be inserted at the places where the include tags occur in the base template. +

+

+Note, nested template inclusion is not supported, i.e., you cannot have include tags in an external template. +

+ \ No newline at end of file -- cgit v1.2.3