diff --git a/docs/en/designers/language-builtin-functions/language-function-capture.xml b/docs/en/designers/language-builtin-functions/language-function-capture.xml index a242c553..4c1f7033 100644 --- a/docs/en/designers/language-builtin-functions/language-function-capture.xml +++ b/docs/en/designers/language-builtin-functions/language-function-capture.xml @@ -56,7 +56,8 @@ - + + Caution Be careful when capturing {insert} @@ -67,10 +68,11 @@ commands that you expect to run within cached content, do not capture this content. - + + - {capture} with a the name attribute + {capture} with the name attribute Technical Note To access PHP variables in {php} blocks you will need to use the PHP - global + global keyword. - Example php in {php} tags + php code within {php} tags \ No newline at end of file +--> diff --git a/docs/en/designers/language-builtin-functions/language-function-section.xml b/docs/en/designers/language-builtin-functions/language-function-section.xml index 82940b2e..256e75a8 100644 --- a/docs/en/designers/language-builtin-functions/language-function-section.xml +++ b/docs/en/designers/language-builtin-functions/language-function-section.xml @@ -97,7 +97,7 @@ - Sections can be nested, and the nested + {section}'s can be nested, and the nested {section} names must be unique from each other. @@ -352,9 +352,9 @@ $smarty->assign('address',$addr); Nested {section}'s - Sections can be nested as deep as you like. With nested sections, + {section}'s can be nested as deep as you like. With nested {section}'s, you can access complex data structures, such as multi-dimensional - arrays. This is a php script thats assign's the arrays. + arrays. This is an example .php script thats assign's the arrays.