diff --git a/templates/smarty-sample/category.html b/templates/smarty-sample/category.html new file mode 100644 index 000000000..bc72f9c38 --- /dev/null +++ b/templates/smarty-sample/category.html @@ -0,0 +1,8 @@ +{loop name="category0" type="category" parent="0"} +

1 - CATEGORY : #TITLE

+

+{loop name="category1" type="category" parent="#ID"} +

2 - SUBCATEGORY : #TITLE

+{/loop} +

1bis - CATEGORY : #TITLE

+{/loop} \ No newline at end of file