cvs: smarty /docs/en language-snippets.ent

"Messju Mohr" <[email protected]>
Newsgroups gmane.comp.php.cvs.smarty
Message-ID <cvsmessju1118387807@cvsserver>
messju		Fri Jun 10 03:16:47 2005 EDT

  Modified files:              
    /smarty/docs/en	language-snippets.ent 
  Log:
  correct markup for $compile_id parameter of display()/fetch() and for
  $compile_id variable
  
  
  
http://cvs.php.net/diff.php/smarty/docs/en/language-snippets.ent?r1=1.4&r2=1.5&ty=u
Index: smarty/docs/en/language-snippets.ent
diff -u smarty/docs/en/language-snippets.ent:1.4 smarty/docs/en/language-snippets.ent:1.5
--- smarty/docs/en/language-snippets.ent:1.4	Fri May 27 12:25:00 2005
+++ smarty/docs/en/language-snippets.ent	Fri Jun 10 03:16:47 2005
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 
 <!ENTITY note.parameter.merge '<note>
  <title>Technical Note</title>
@@ -13,18 +13,16 @@
 
 <!ENTITY parameter.compileid '<para>
  As an optional third parameter, you can pass a
-<link linkend="variable.compile.id">$compile_id</link>.
+ <parameter>$compile_id</parameter>.
  This is in the event that you want to compile different versions of
  the same template, such as having separate templates compiled
  for different languages. Another use for
- <link linkend="variable.compile.id">$compile_id</link> is when you
- use more than one
+ <parameter>$compile_id</parameter> is when you use more than one
  <link linkend="variable.template.dir">$template_dir</link>
- but only one
- <link linkend="variable.compile.dir">$compile_dir</link>.
+ but only one <link linkend="variable.compile.dir">$compile_dir</link>.
  Set a separate <parameter>$compile_id</parameter> for each
  <link linkend="variable.template.dir">$template_dir</link>, otherwise
  templates of the same name will overwrite each other. You can
- also set the $compile_id variable once
- instead of passing this to each call to this function.
+ also set the <link linkend="variable.compile.id">$compile_id</link>
+ variable once instead of passing this to each call to this function.
 </para>'>

-- 
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.