CC-1695 Remove Campcaster Studio and make install easier

Moved Smarty
This commit is contained in:
paul.baranowski 2010-09-30 15:52:08 -04:00
parent 81d499060b
commit acda23db88
102 changed files with 22 additions and 0 deletions

View 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}