create Delivery loop

This commit is contained in:
Manuel Raynaud
2013-09-06 18:41:44 +02:00
parent a3b7e977da
commit b067ef7dcc
11 changed files with 224 additions and 29 deletions

View File

@@ -0,0 +1,10 @@
{include file="includes/header.html"}
<ul>
{loop type="delivery" name="delivery.list"}
<li>id : #ID</li>
<li>prix : #PRICE</li>
{/loop}
</ul>
{include file="includes/footer.html"}