indentiation

This commit is contained in:
messju
2005-06-16 18:44:54 +00:00
parent ff249692f7
commit fe989a4f50

View File

@@ -6,7 +6,6 @@
The PHP reserved {$smarty} variable can be used to access several
special template variables. The full list of them follows.
</para>
<sect2 id="language.variables.smarty.request">
<title>Request variables</title>
<para>
@@ -52,7 +51,6 @@
</para>
</note>
</sect2>
<sect2 id="language.variables.smarty.now">
<title>{$smarty.now}</title>
<para>
@@ -76,8 +74,7 @@
<sect2 id="language.variables.smarty.const">
<title>{$smarty.const}</title>
<para>
You can access PHP constant values directly.
See also <link
You can access PHP constant values directly. See also <link
linkend="smarty.constants">smarty constants</link>
</para>
<example>
@@ -93,23 +90,22 @@
<sect2 id="language.variables.smarty.capture">
<title>{$smarty.capture}</title>
<para>
The output captured via
<link linkend="language.function.capture">{capture}..{/capture}</link>
construct can be
accessed using {$smarty} variable. See section on
<link linkend="language.function.capture">{capture}</link> for an example.
The output captured via <link
linkend="language.function.capture">{capture}..{/capture}</link>
construct can be accessed using {$smarty} variable. See section on
<link linkend="language.function.capture">{capture}</link> for an
example.
</para>
</sect2>
<sect2 id="language.variables.smarty.config">
<title>{$smarty.config}</title>
<para>
{$smarty} variable can be used to refer to loaded
<link
{$smarty} variable can be used to refer to loaded <link
linkend="language.config.variables">config variables</link>.
{$smarty.config.foo} is a synonym for {#foo#}. See the section on
<link
linkend="language.function.config.load">{config_load}</link> for an example.
<link linkend="language.function.config.load">{config_load}</link>
for an example.
</para>
</sect2>
@@ -148,10 +144,6 @@
<link linkend="language.config.variables">Config Variables</link>
</para>
</sect2>
</sect1>
<!-- Keep this comment at the end of the file
Local variables:
@@ -173,5 +165,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->