7 lines
171 B
Smarty
Raw Normal View History

2017-01-16 23:32:28 +01:00
<!-- Template -->
@let loop_i;@
@for loop_i=0; loop_i < context.length; loop_i++@
<a href="##" data-action="#context[loop_i].action#">#context[loop_i].text#</a>
@endfor@