This commit is contained in:
pete_morgan
2006-03-14 03:46:15 +00:00
parent b55a257945
commit 5f8115ae38

View File

@@ -39,6 +39,9 @@ Many other combinations are allowed
{$foo.bar.baz[4]}
{$foo->bar($baz,2,$bar)} <-- passing parameters
{"foo"} <-- static values are allowed
{* display the server variable "SERVER_NAME" ($_SERVER['SERVER_NAME'])*}
{$smarty.server.SERVER_NAME}
]]>
</programlisting>
</example>