From bec015821a769b0b6846b4c2c96b1fc92d0faada Mon Sep 17 00:00:00 2001 From: "Uwe.Tews" Date: Sun, 6 Dec 2009 12:25:19 +0000 Subject: [PATCH] - fixed documentation of extends resource --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index c8f94f66..4d119459 100644 --- a/README +++ b/README @@ -399,7 +399,7 @@ have to be checked for modifications at runtime so the more inheritance the more Instead of defining the parent/child relationships with the {extends} tag in the child template you can use the s resource as follow: -$smarty->display('extends:grandchild.tpl|child.tpl|parent.tpl'); +$smarty->display('extends:parent.tpl|child.tpl|grandchild.tpl'); Child {block} tags may optionally have a append or prepend attribute. In this case the parent block content is appended or prepended to the child block content.