From 1a65f0c0c39b5c94a2f0f259f3e7739b800fa4fc Mon Sep 17 00:00:00 2001 From: pete_morgan Date: Mon, 13 Mar 2006 21:56:39 +0000 Subject: [PATCH] tweek --- .../language-syntax-functions.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/en/designers/language-basic-syntax/language-syntax-functions.xml b/docs/en/designers/language-basic-syntax/language-syntax-functions.xml index 0c1e3cd2..df1d6d41 100644 --- a/docs/en/designers/language-basic-syntax/language-syntax-functions.xml +++ b/docs/en/designers/language-basic-syntax/language-syntax-functions.xml @@ -9,15 +9,16 @@ function and its attributes into delimiters like so: {funcname - attr1="val" attr2="val"}. + attr1='val1' attr2='val2'}. function syntax {$name}! @@ -25,7 +26,7 @@ Welcome, {$name}! {/if} -{include file="footer.tpl"} +{include file='footer.tpl'} ]]> @@ -39,11 +40,11 @@ {if}, {section} and {strip}. - They cannot be modified. + They should not be modified. Custom functions are additional functions implemented via plugins. - They can be modified to your liking, or you can add new ones. + They can be modified to your liking, or you can create new ones. {html_options} and {popup} are examples of custom functions.