mirror of
https://github.com/smarty-php/smarty.git
synced 2025-11-02 13:21:36 +01:00
sync with EN
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 1.2 Maintainer: yannick Status: ready -->
|
||||
<!-- EN-Revision: 1.3 Maintainer: yannick Status: ready -->
|
||||
|
||||
<sect1 id="plugins.inserts">
|
||||
<title>Insertions</title>
|
||||
<para>
|
||||
Les plugins d'insertion sont utilis<69>s pour impl<70>menter les fonctions
|
||||
qui sont appel<65>es par les balises
|
||||
<link linkend="language.function.insert"><command>insert</command></link>
|
||||
<link linkend="language.function.insert">{insert}</link>
|
||||
dans les templates.
|
||||
</para>
|
||||
<funcsynopsis>
|
||||
@@ -22,7 +23,7 @@
|
||||
</para>
|
||||
<para>
|
||||
La fonction d'insertion est suppos<6F>e retourner le r<>sultat qui sera
|
||||
substitu<74> <20> la balise <command>insert</command> dans le template.
|
||||
substitu<74> <20> la balise <command>{insert}</command> dans le template.
|
||||
</para>
|
||||
<example>
|
||||
<title>Plugin d'insertion</title>
|
||||
@@ -54,6 +55,7 @@ function smarty_insert_time($params, &$smarty)
|
||||
</programlisting>
|
||||
</example>
|
||||
</sect1>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
@@ -73,4 +75,4 @@ End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
||||
-->
|
||||
Reference in New Issue
Block a user