| 
									
										
										
										
											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 | 
					
						
							|  |  |  |   default, these delimiters are <literal>{</literal> and | 
					
						
							|  |  |  |   <literal>}</literal>, but they can be changed. | 
					
						
							|  |  |  |  </para> | 
					
						
							|  |  |  |  <para> | 
					
						
							|  |  |  |   For these examples, we will assume that you are using the default | 
					
						
							|  |  |  |   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; | 
					
						
							|  |  |  |   | 
					
						
							|  |  |  | </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
										 |  |  | --> |