mirror of
https://github.com/smarty-php/smarty.git
synced 2025-10-28 19:01:37 +01:00
sync with EN
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 1.3 Maintainer: yannick Status: ready -->
|
||||
<!-- EN-Revision: 1.4 Maintainer: yannick Status: ready -->
|
||||
<refentry id="api.fetch">
|
||||
<refnamediv>
|
||||
<refname>fetch</refname>
|
||||
@@ -56,7 +56,7 @@ if(!$smarty->is_cached("index.tpl"))
|
||||
// r<>cup<75>re le r<>sultat
|
||||
$output = $smarty->fetch("index.tpl");
|
||||
|
||||
// fait quelque chose avec $output
|
||||
// fait quelque chose avec $output ici
|
||||
|
||||
echo $output;
|
||||
?>
|
||||
@@ -64,6 +64,11 @@ echo $output;
|
||||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
<para>
|
||||
Voir aussi
|
||||
<link linkend="api.display">display()</link> et
|
||||
<link linkend="api.template.exists">template_exists</link>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
||||
Reference in New Issue
Block a user