mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-06 19:34:27 +02:00
remove tabs
This commit is contained in:
2
README
2
README
@@ -62,7 +62,7 @@ methods and properties, etc. The {math} plugin will be no longer necessary but
|
||||
is still supported for BC.
|
||||
|
||||
Examples:
|
||||
{$x+$y} will output the sum of x and y.
|
||||
{$x+$y} will output the sum of x and y.
|
||||
{$foo = strlen($bar)} function in assignment
|
||||
{assign var=foo value= $x+$y} in attributs
|
||||
{$foo = myfunct( ($x+$y)*3 )} as function parameter
|
||||
|
Reference in New Issue
Block a user