mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-03 09:54:27 +02:00
*** empty log message ***
This commit is contained in:
3
NEWS
3
NEWS
@@ -1,3 +1,6 @@
|
||||
- fixed the bug that prevented using non-array values for 'loop' attribute
|
||||
(Andrei)
|
||||
|
||||
Version 1.0a
|
||||
------------
|
||||
- fixed bug that caused templates to recompile every time (monte)
|
||||
|
@@ -15,7 +15,7 @@ the value of $SCRIPT_NAME is {$SCRIPT_NAME}
|
||||
hello, my name is {$Name|upper}
|
||||
|
||||
My interests are:
|
||||
{section name=outer loop=2}
|
||||
{section name=outer loop=$FirstName}
|
||||
{if %outer.index% is odd by 2}
|
||||
{%outer.rownum%} . {$outer/FirstName} {$outer/LastName}
|
||||
{else}
|
||||
|
@@ -15,7 +15,7 @@ the value of $SCRIPT_NAME is {$SCRIPT_NAME}
|
||||
hello, my name is {$Name|upper}
|
||||
|
||||
My interests are:
|
||||
{section name=outer loop=2}
|
||||
{section name=outer loop=$FirstName}
|
||||
{if %outer.index% is odd by 2}
|
||||
{%outer.rownum%} . {$outer/FirstName} {$outer/LastName}
|
||||
{else}
|
||||
|
Reference in New Issue
Block a user