Files
smarty/docs/en/designers/language-basic-syntax.xml

47 lines
1.5 KiB
XML
Raw Normal View History

2004-03-28 15:15:38 +00:00
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision$ -->
2004-04-18 17:30:04 +00:00
<chapter id="language.basic.syntax">
<title>Basic Syntax</title>
<para>
All Smarty template tags are enclosed within delimiters. By
2006-10-09 22:50:41 +00:00
default these are <literal>{</literal> and
<literal>}</literal>, but they can be <link linkend="variable.left.delimiter">changed</link>.
2004-04-18 17:30:04 +00:00
</para>
<para>
2006-10-09 23:28:03 +00:00
For the examples in this manual, we will assume that you are using the default
2004-04-18 17:30:04 +00:00
delimiters. In Smarty, all content outside of delimiters is displayed as
static content, or unchanged. When Smarty encounters template tags, it
attempts to interpret them, and displays the appropriate output in their
place.
</para>
2004-03-28 15:15:38 +00:00
2004-04-18 17:30:04 +00:00
&designers.language-basic-syntax.language-syntax-comments;
2004-12-13 20:27:22 +00:00
&designers.language-basic-syntax.language-syntax-variables;
2004-04-18 17:30:04 +00:00
&designers.language-basic-syntax.language-syntax-functions;
&designers.language-basic-syntax.language-syntax-attributes;
&designers.language-basic-syntax.language-syntax-quotes;
&designers.language-basic-syntax.language-math;
&designers.language-basic-syntax.language-escaping;
2006-10-09 22:50:41 +00:00
2004-04-18 17:30:04 +00:00
</chapter>
2004-03-28 15:15:38 +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
2004-03-28 16:48:54 +00:00
-->