This commit is contained in:
didou
2004-04-18 17:18:26 +00:00
parent c9db7a285d
commit 72ab60010c

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision$ -->
<sect1 id="language.function.config.load">
<sect1 id="language.function.config.load">
<title>config_load</title>
<informaltable frame="all">
<tgroup cols="5">
@@ -69,10 +69,9 @@
See <link linkend="config.files">Config Files</link> for more
info.
</para>
<example>
<title>function config_load</title>
<programlisting>
<example>
<title>function config_load</title>
<programlisting>
<![CDATA[
{config_load file="colors.conf"}
@@ -89,8 +88,8 @@
</body>
</html>
]]>
</programlisting>
</example>
</programlisting>
</example>
<para>
Config files may also contain sections. You can load variables from
within a section with the added attribute
@@ -102,9 +101,9 @@
to do with each other, they just happen to share a common naming
convention.
</para>
<example>
<title>function config_load with section</title>
<programlisting>
<example>
<title>function config_load with section</title>
<programlisting>
<![CDATA[
{config_load file="colors.conf" section="Customer"}
@@ -121,8 +120,8 @@
</body>
</html>
]]>
</programlisting>
</example>
</programlisting>
</example>
</sect1>
<!-- Keep this comment at the end of the file