load test
This commit is contained in:
11
templates/default/tester.html
Executable file
11
templates/default/tester.html
Executable 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>
|
||||
Reference in New Issue
Block a user