[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {let a=1 b=1 c=5 d=3 e=2 f=2} 2 {set-block variable=mainblock}{sum( $a, $b )} + {sub( $c, $d )} = {mul( $e, $f )}{/set-block} 3 {append-block variable=listblock}{"Two 4 lines"|break}{/append-block} 5 {append-block variable=listblock}{"And 6 three 7 lines"|break}{/append-block} 8 9 mainblock="{$mainblock}" 10 listblock="{$listblock|implode( " 11 -------- 12 " )}" 13 14 {/let}
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Feb 24 10:30:04 2007 | par Balluche grâce à PHPXref 0.7 |