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 :-)
|
||||
]]>
|
||||
</programlisting>
|
||||
|
||||
</example>
|
||||
<para>
|
||||
Voir aussi
|
||||
<link linkend="variable.php.handling"><parameter>$php_handling</parameter></link>,
|
||||
|
@@ -104,6 +104,9 @@ smarty [AT] example [DOT] com
|
||||
mail [AT] example [DOT] com
|
||||
]]>
|
||||
</screen>
|
||||
</example>
|
||||
|
||||
<example>
|
||||
<title>Autres exemples</title>
|
||||
<para>Les fonctions PHP peuvent <20>tre utilis<69>es comme modificateurs, suivant la
|
||||
configuration de
|
||||
|
@@ -79,7 +79,6 @@
|
||||
est appel<65> <20> chaque invocation, i.e.
|
||||
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.
|
||||
<informalexample>
|
||||
<example>
|
||||
<title>Utilisation de {$smarty.now}</title>
|
||||
<programlisting>
|
||||
@@ -88,7 +87,6 @@
|
||||
{$smarty.now|date_format:'%d-%m-%Y %H:%M:%S'}
|
||||
]]>
|
||||
</programlisting>
|
||||
</informalexample>
|
||||
</example>
|
||||
</para>
|
||||
</sect2>
|
||||
|
@@ -19,7 +19,8 @@
|
||||
n'a plus d'effets et la valeur de la directive de configuration
|
||||
<literal>gpc_order</literal> de PHP est utilis<69>e.
|
||||
</para>
|
||||
</sect1>
|
||||
</note>
|
||||
</sect1>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
Reference in New Issue
Block a user