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 *}