start integration default template

This commit is contained in:
Manuel Raynaud
2013-09-09 17:30:18 +02:00
parent 8cc4afdb68
commit 02d758ae9a
154 changed files with 17638 additions and 128 deletions

View File

@@ -0,0 +1,11 @@
<ul>
{loop name="car" type="category"}
<li>
<ul>
{loop name="product" type="product" category="#ID"}
<li>#REF</li>
{/loop}
</ul>
</li>
{/loop}
</ul>