diff options
Diffstat (limited to 'docs/designers/language-builtin-functions/language-function-block.md')
| -rw-r--r-- | docs/designers/language-builtin-functions/language-function-block.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/designers/language-builtin-functions/language-function-block.md b/docs/designers/language-builtin-functions/language-function-block.md index c2acd197..05334e2f 100644 --- a/docs/designers/language-builtin-functions/language-function-block.md +++ b/docs/designers/language-builtin-functions/language-function-block.md @@ -2,7 +2,7 @@ `{block}` is used to define a named area of template source for template inheritance. For details see section of [Template -Inheritance](../../programmers/advanced-features/advanced-features-template-inheritance.md). +Inheritance](../../api/inheritance.md). The `{block}` template source area of a child template will replace the corresponding areas in the parent template(s). @@ -195,7 +195,7 @@ The result would look like ``` See also [Template -Inheritance](../../programmers/advanced-features/advanced-features-template-inheritance.md), +Inheritance](../../api/inheritance.md), [`$smarty.block.parent`](../language-variables/language-variables-smarty.md#smartyblockparent-languagevariablessmartyblockparent), [`$smarty.block.child`](../language-variables/language-variables-smarty.md#smartyblockchild-languagevariablessmartyblockchild), and [`{extends}`](./language-function-extends.md) |
