diff --git a/templates/default/bug.html b/templates/default/bug.html new file mode 100644 index 000000000..a1bc296ac --- /dev/null +++ b/templates/default/bug.html @@ -0,0 +1,4 @@ +{loop name="cat" type="category" id="99999"} + {loop name="prod" type="product" category="#ID"} + {/loop} +{/loop} \ No newline at end of file