sync with EN

This commit is contained in:
yannick
2005-05-09 16:45:23 +00:00
parent 03aec072f1
commit 0354314d82
28 changed files with 323 additions and 198 deletions

View File

@@ -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