Re: Creating a new skin
I guess you copied a template file with the @ListChild directive into your custom skin directory, so the template is now being inserted into the same list two times (because of @ListChild in the original template, and in your custom one).
Try to remove the @ListChild from the template in your custom skin.
Does this help?
|