mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-06 11:24:27 +02:00
fix build
This commit is contained in:
@@ -46,7 +46,7 @@ $this->assign('varX','Strawberry');
|
|||||||
<strong>{$varX}</strong> est ma gl<67>ce favorite :-)
|
<strong>{$varX}</strong> est ma gl<67>ce favorite :-)
|
||||||
]]>
|
]]>
|
||||||
</programlisting>
|
</programlisting>
|
||||||
|
</example>
|
||||||
<para>
|
<para>
|
||||||
Voir aussi
|
Voir aussi
|
||||||
<link linkend="variable.php.handling"><parameter>$php_handling</parameter></link>,
|
<link linkend="variable.php.handling"><parameter>$php_handling</parameter></link>,
|
||||||
|
@@ -104,6 +104,9 @@ smarty [AT] example [DOT] com
|
|||||||
mail [AT] example [DOT] com
|
mail [AT] example [DOT] com
|
||||||
]]>
|
]]>
|
||||||
</screen>
|
</screen>
|
||||||
|
</example>
|
||||||
|
|
||||||
|
<example>
|
||||||
<title>Autres exemples</title>
|
<title>Autres exemples</title>
|
||||||
<para>Les fonctions PHP peuvent <20>tre utilis<69>es comme modificateurs, suivant la
|
<para>Les fonctions PHP peuvent <20>tre utilis<69>es comme modificateurs, suivant la
|
||||||
configuration de
|
configuration de
|
||||||
|
@@ -79,7 +79,6 @@
|
|||||||
est appel<65> <20> chaque invocation, i.e.
|
est appel<65> <20> chaque invocation, i.e.
|
||||||
un script qui prend 3 secondes <20> s'ex<65>cuter avec <parameter>$smarty.now</parameter>
|
un script qui prend 3 secondes <20> s'ex<65>cuter avec <parameter>$smarty.now</parameter>
|
||||||
au d<>but et <20> la fin montrera les 3 secondes de diff<66>rence.
|
au d<>but et <20> la fin montrera les 3 secondes de diff<66>rence.
|
||||||
<informalexample>
|
|
||||||
<example>
|
<example>
|
||||||
<title>Utilisation de {$smarty.now}</title>
|
<title>Utilisation de {$smarty.now}</title>
|
||||||
<programlisting>
|
<programlisting>
|
||||||
@@ -88,7 +87,6 @@
|
|||||||
{$smarty.now|date_format:'%d-%m-%Y %H:%M:%S'}
|
{$smarty.now|date_format:'%d-%m-%Y %H:%M:%S'}
|
||||||
]]>
|
]]>
|
||||||
</programlisting>
|
</programlisting>
|
||||||
</informalexample>
|
|
||||||
</example>
|
</example>
|
||||||
</para>
|
</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
@@ -19,7 +19,8 @@
|
|||||||
n'a plus d'effets et la valeur de la directive de configuration
|
n'a plus d'effets et la valeur de la directive de configuration
|
||||||
<literal>gpc_order</literal> de PHP est utilis<69>e.
|
<literal>gpc_order</literal> de PHP est utilis<69>e.
|
||||||
</para>
|
</para>
|
||||||
</sect1>
|
</note>
|
||||||
|
</sect1>
|
||||||
|
|
||||||
<!-- Keep this comment at the end of the file
|
<!-- Keep this comment at the end of the file
|
||||||
Local variables:
|
Local variables:
|
||||||
|
Reference in New Issue
Block a user