mirror of
https://github.com/smarty-php/smarty.git
synced 2025-10-27 18:31:36 +01:00
added dislaimers
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
{config_load file=test.conf section="my foo"}
|
||||
{include file=header.tpl title=foo}
|
||||
|
||||
<PRE>
|
||||
|
||||
Title: {#title#|capitalize}
|
||||
|
||||
{$SCRIPT_NAME}
|
||||
|
||||
the value of $SCRIPT_NAME is {$SCRIPT_NAME}
|
||||
|
||||
{* A simple variable test *}
|
||||
hello, my name is {$Name|upper}
|
||||
@@ -35,3 +38,5 @@ testing strip tags
|
||||
</tr>
|
||||
</table>
|
||||
{/strip}
|
||||
|
||||
</PRE>
|
||||
|
||||
Reference in New Issue
Block a user