CC-1695 Remove Campcaster Studio and make install easier
Moved Smarty
This commit is contained in:
parent
81d499060b
commit
acda23db88
102 changed files with 22 additions and 0 deletions
12
3rd_party/php/Smarty/unit_test/templates/parse_math.tpl
vendored
Normal file
12
3rd_party/php/Smarty/unit_test/templates/parse_math.tpl
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
{foreach name=loop from=$items item=i}
|
||||
{$smarty.foreach.loop.iteration+2}
|
||||
{$smarty.foreach.loop.iteration+$flt}
|
||||
{$smarty.foreach.loop.iteration+$obj->six()}
|
||||
{$smarty.foreach.loop.iteration+$obj->ten}
|
||||
{/foreach}
|
||||
{$obj->ten+$flt}
|
||||
{$obj->ten*$flt}
|
||||
{$obj->six()+$obj->ten}
|
||||
{$obj->ten+$obj->ten}
|
||||
{$obj->six()+$flt}
|
||||
{$obj->six()+$items.0}
|
Loading…
Add table
Add a link
Reference in a new issue