make fr compile again

This commit is contained in:
didou
2004-03-28 15:39:32 +00:00
parent 7c2a2e433c
commit 50e562c05b

View File

@@ -216,15 +216,13 @@ $smarty->clear_assign(array("Name","Address","Zip"));</programlisting>
</sect1> </sect1>
<sect1 id="api.clear.cache"> <sect1 id="api.clear.cache">
<title>clear_cache</title> <title>clear_cache</title>
<funcsynopsis> <methodsynopsis>
<funcprototype> <type>void</type><methodname>clear_cache</methodname>
<funcdef>void <function>clear_cache</function></funcdef> <methodparam choice="opt"><type>string</type><parameter>template</parameter></methodparam>
<paramdef>string <parameter>template</parameter></paramdef> <methodparam choice="opt"><type>string</type><parameter>cache id</parameter></methodparam>
<paramdef>string <parameter><optional>cache id</optional></parameter></paramdef> <methodparam choice="opt"><type>string</type><parameter>compile id</parameter></methodparam>
<paramdef>string <parameter><optional>compile id</optional></parameter></paramdef> <methodparam choice="opt"><type>string</type><parameter>expire time</parameter></methodparam>
<paramdef>int <parameter><optional>expire time</optional></parameter></paramdef> </methodsynopsis>
</funcprototype>
</funcsynopsis>
<para> <para>
UtilisTe pour nettoyer le(s) fichier(s) de cache d'un template en particulier. UtilisTe pour nettoyer le(s) fichier(s) de cache d'un template en particulier.
Si vous avez plusieurs fichiers de cache pour ce template vous Si vous avez plusieurs fichiers de cache pour ce template vous
@@ -273,12 +271,10 @@ $smarty->clear_compiled_tpl();</programlisting>
</sect1> </sect1>
<sect1 id="api.clear.config"> <sect1 id="api.clear.config">
<title>clear_config</title> <title>clear_config</title>
<funcsynopsis> <methodsynopsis>
<funcprototype> <type>void</type><methodname>clear_config</methodname>
<funcdef>void <function>clear_config</function></funcdef> <methodparam choice="opt"><type>string</type><parameter>var</parameter></methodparam>
<paramdef>string <parameter><optional>var</optional></parameter></paramdef> </methodsynopsis>
</funcprototype>
</funcsynopsis>
<para> <para>
UtilisTe pour effacer toutes les variables de configuration s'Ttant UtilisTe pour effacer toutes les variables de configuration s'Ttant
vues assigner une valeur. Si une variable est spTcifiTe, seule cette vues assigner une valeur. Si une variable est spTcifiTe, seule cette
@@ -296,13 +292,11 @@ $smarty->clear_config('foobar');</programlisting>
</sect1> </sect1>
<sect1 id="api.config.load"> <sect1 id="api.config.load">
<title>config_load</title> <title>config_load</title>
<funcsynopsis> <methodsynopsis>
<funcprototype> <type>void</type><methodname>config_load</methodname>
<funcdef>void <function>config_load</function></funcdef> <methodparam><type>string</type><parameter>file</parameter></methodparam>
<paramdef>string <parameter>file</parameter></paramdef> <methodparam choice="opt"><type>string</type><parameter>section</parameter></methodparam>
<paramdef>string <parameter><optional>section</optional></parameter></paramdef> </methodsynopsis>
</funcprototype>
</funcsynopsis>
<para> <para>
UtilisTe pour charger des donnTes d'un fichier de config et les UtilisTe pour charger des donnTes d'un fichier de config et les
assigner a un template. Cette fonction fonctionne exactement comme assigner a un template. Cette fonction fonctionne exactement comme
@@ -333,14 +327,12 @@ $smarty->config_load('my.conf','foobar');</programlisting>
</sect1> </sect1>
<sect1 id="api.display"> <sect1 id="api.display">
<title>display</title> <title>display</title>
<funcsynopsis> <methodsynopsis>
<funcprototype> <type>void</type><methodname>display</methodname>
<funcdef>void <function>display</function></funcdef> <methodparam><type>string</type><parameter>template</parameter></methodparam>
<paramdef>string <parameter>template</parameter></paramdef> <methodparam choice="opt"><type>string</type><parameter>cache_id</parameter></methodparam>
<paramdef>string <parameter><optional>cache_id</optional></parameter></paramdef> <methodparam choice="opt"><type>string</type><parameter>compile_id</parameter></methodparam>
<paramdef>string <parameter><optional>compile_id</optional></parameter></paramdef> </methodsynopsis>
</funcprototype>
</funcsynopsis>
<para> <para>
UtilisTe pour afficher un template. Il faut fournir un type et un UtilisTe pour afficher un template. Il faut fournir un type et un
chemin de <link chemin de <link
@@ -415,14 +407,12 @@ $smarty->display("db:header.tpl");</programlisting>
</sect1> </sect1>
<sect1 id="api.fetch"> <sect1 id="api.fetch">
<title>fetch</title> <title>fetch</title>
<funcsynopsis> <methodsynopsis>
<funcprototype> <type>string</type><methodname>fetch</methodname>
<funcdef>string <function>fetch</function></funcdef> <methodparam><type>string</type><parameter>template</parameter></methodparam>
<paramdef>string <parameter>template</parameter></paramdef> <methodparam choice="opt"><type>string</type><parameter>cache_id</parameter></methodparam>
<paramdef>string <parameter><optional>cache_id</optional></parameter></paramdef> <methodparam choice="opt"><type>string</type><parameter>compile_id</parameter></methodparam>
<paramdef>string <parameter><optional>compile_id</optional></parameter></paramdef> </methodsynopsis>
</funcprototype>
</funcsynopsis>
<para> <para>
UtilisTe pour renvoyer le rTsultat du template plut(t que de l'afficher. UtilisTe pour renvoyer le rTsultat du template plut(t que de l'afficher.
Il faut passer un type et un chemin de <link Il faut passer un type et un chemin de <link
@@ -479,12 +469,10 @@ echo $output;</programlisting>
</sect1> </sect1>
<sect1 id="api.get.config.vars"> <sect1 id="api.get.config.vars">
<title>get_config_vars</title> <title>get_config_vars</title>
<funcsynopsis> <methodsynopsis>
<funcprototype> <type>array</type><methodname>get_config_vars</methodname>
<funcdef>array <function>get_config_vars</function></funcdef> <methodparam choice="opt"><type>string</type><parameter>varname</parameter></methodparam>
<paramdef>string <parameter><optional>varname</optional></parameter></paramdef> </methodsynopsis>
</funcprototype>
</funcsynopsis>
<para> <para>
Retourne la valeur de la variable de configuration passTe en paramFtre. Retourne la valeur de la variable de configuration passTe en paramFtre.
Si aucun paramFtre n'est donnT, un tableau de toutes les variables de Si aucun paramFtre n'est donnT, un tableau de toutes les variables de
@@ -530,12 +518,10 @@ function smarty_block_foo($params, &amp;$smarty) {
</sect1> </sect1>
<sect1 id="api.get.template.vars"> <sect1 id="api.get.template.vars">
<title>get_template_vars</title> <title>get_template_vars</title>
<funcsynopsis> <methodsynopsis>
<funcprototype> <type>array</type><methodname>get_template_vars</methodname>
<funcdef>array <function>get_template_vars</function></funcdef> <methodparam choice="opt"><type>string</type><parameter>varname</parameter></methodparam>
<paramdef>string <parameter><optional>varname</optional></parameter></paramdef> </methodsynopsis>
</funcprototype>
</funcsynopsis>
<para> <para>
Retourne la valeur assignTe passTe en paramFtre. Si aucun paramFtre Retourne la valeur assignTe passTe en paramFtre. Si aucun paramFtre
n'est donnT, un tableau de toutes les variables assignTes est n'est donnT, un tableau de toutes les variables assignTes est