From 39061406eefab0c06a625643d685d387c80de9b2 Mon Sep 17 00:00:00 2001 From: andrey Date: Fri, 26 Oct 2001 14:21:29 +0000 Subject: [PATCH] Typos. --- docs.sgml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs.sgml b/docs.sgml index 4a5c2b17..03277915 100644 --- a/docs.sgml +++ b/docs.sgml @@ -1024,7 +1024,7 @@ $smarty->register_prefilter("remove_dw_comments"); unregister_prefilter -$smarty->unregister_prefilter("imbed_asp_jokes"); +$smarty->unregister_prefilter("embed_asp_jokes"); @@ -1039,7 +1039,7 @@ $smarty->unregister_prefilter("imbed_asp_jokes"); Use this to dynamically register postfilters to run templates - through before they are compiled. See template postfilters for more information on how to setup a postfiltering function. @@ -1067,7 +1067,7 @@ $smarty->register_postfilter("remove_dw_comments"); unregister_postfilter -$smarty->unregister_postfilter("imbed_asp_jokes"); +$smarty->unregister_postfilter("embed_asp_jokes"); @@ -2260,7 +2260,7 @@ pass=foobar ... {/if} -{* you can also imbed php function calls *} +{* you can also embed php function calls *} {if count($var) gt 0} ... {/if} @@ -2354,7 +2354,7 @@ OUTPUT: php - php tags allow php to be imbedded directly into the template. They + php tags allow php to be embedded directly into the template. They will not be escaped, regardless of the $php_handling setting. This is for advanced users only, not normally needed. This was added to @@ -3191,7 +3191,7 @@ OUTPUT: {* include some javascript in your template *} {fetch file="/export/httpd/www.domain.com/docs/navbar.js"} -{* imbed some weather text in your template from another web site *} +{* embed some weather text in your template from another web site *} {fetch file="http://www.myweather.com/cgi-bin/getweather?zipcode=68502"} {* fetch a news headline file via ftp *}