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.display">
<refnamediv>
<refname>display</refname>
@@ -50,7 +50,7 @@ if(!$smarty->is_cached("index.tpl")) {
}
// display the output
// affichage
$smarty->display("index.tpl");
?>
]]>
@@ -82,6 +82,11 @@ $smarty->display("db:header.tpl");
]]>
</programlisting>
</example>
<para>
Voir aussi
<link linkend="api.fetch">fetch()</link> et
<link linkend="api.template.exists">template_exists</link>.
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file