cvs: smarty /docs/en/designers/language-custom-functions language-function-assign.xml

[email protected] ("Peter 'Mash' Morgan") Mon, 27 Mar 2006 23:58:10 -0000
Newsgroups php.smarty.cvs
Message-ID <cvspete_morgan1143503890@cvsserver>
pete_morgan		Mon Mar 27 23:58:10 2006 UTC

  Modified files:              
    /smarty/docs/en/designers/language-custom-functions	
                                                       	language-function-assign.xml 
  Log:
  tweek
  
http://cvs.php.net/viewcvs.cgi/smarty/docs/en/designers/language-custom-functions/language-function-assign.xml?r1=1.7&r2=1.8&diff_format=u
Index: smarty/docs/en/designers/language-custom-functions/language-function-assign.xml
diff -u smarty/docs/en/designers/language-custom-functions/language-function-assign.xml:1.7 smarty/docs/en/designers/language-custom-functions/language-function-assign.xml:1.8
--- smarty/docs/en/designers/language-custom-functions/language-function-assign.xml:1.7	Sat Mar  4 15:10:13 2006
+++ smarty/docs/en/designers/language-custom-functions/language-function-assign.xml	Mon Mar 27 23:58:10 2006
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <sect1 id="language.function.assign">
  <title>{assign}</title>
   <para>
    {assign} is used for assigning template variables
    <emphasis role="bold">during the execution
-   of the template</emphasis>.
+   of a template</emphasis>.
  </para>
  
  <informaltable frame="all">
@@ -76,7 +76,7 @@
  <example>
   <title>Accessing {assign} variables from a PHP script.</title>
   <para>
-  To access {assign} variables from php use
+  To access {assign} variables from the php script use
     <link linkend="api.get.template.vars">get_template_vars()</link>.
     However, the variables are only available after/during template execution
   as in the following example