2004-04-13 11:47:32 +00:00
|
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
|
|
|
|
<!-- $Revision$ -->
|
2006-10-08 10:27:27 +00:00
|
|
|
|
<!-- EN-Revision: 1.2 Maintainer: yannick Status: ready -->
|
|
|
|
|
|
|
2004-05-23 15:50:53 +00:00
|
|
|
|
<sect1 id="variable.config.booleanize">
|
|
|
|
|
|
<title>$config_booleanize</title>
|
|
|
|
|
|
<para>
|
2006-10-08 10:27:27 +00:00
|
|
|
|
Si cette variable est <20> &true;, les valeurs <literal>on/true/yes</literal>
|
|
|
|
|
|
et <literal>off/false/no</literal> dans
|
|
|
|
|
|
<link linkend="config.files">les fichiers de configuration</link>
|
|
|
|
|
|
sont automitiquement converties en bool<6F>en. De cette fa<66>on vous pouvez
|
|
|
|
|
|
utiliser ces valeurs dans le template de la fa<66>on suivante : <literal>{if #foobar#}...{/if}</literal>.
|
|
|
|
|
|
Si foobar est <20> <literal>on</literal>, <literal>true</literal> ou <literal>yes</literal>,
|
|
|
|
|
|
l'instruction <varname>{if}</varname> sera ex<65>cut<75>e. &true; par d<>faut.
|
2004-05-23 15:50:53 +00:00
|
|
|
|
</para>
|
2004-04-13 11:47:32 +00:00
|
|
|
|
</sect1>
|
2006-10-08 10:27:27 +00:00
|
|
|
|
|
2004-04-13 11:47:32 +00:00
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
|
|
Local variables:
|
|
|
|
|
|
mode: sgml
|
|
|
|
|
|
sgml-omittag:t
|
|
|
|
|
|
sgml-shorttag:t
|
|
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
|
|
sgml-indent-step:1
|
|
|
|
|
|
sgml-indent-data:t
|
|
|
|
|
|
indent-tabs-mode:nil
|
|
|
|
|
|
sgml-parent-document:nil
|
|
|
|
|
|
sgml-default-dtd-file:"../../../../manual.ced"
|
|
|
|
|
|
sgml-exposed-tags:nil
|
|
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
|
|
End:
|
|
|
|
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
|
|
|
|
vim: et tw=78 syn=sgml
|
|
|
|
|
|
vi: ts=1 sw=1
|
2006-10-08 10:27:27 +00:00
|
|
|
|
-->
|