Bin ich doof
Ich meinte aber eigentlich was anderes, habe wohl den falschen Code kopiert.
In der Kategorie-Ansicht wird bei mir folgender Code einggfügt:
HTML-Code:
<!-- ###ITEM_CATLIST_TEMPLATE### begin --> <div class="tx-ttproducts-pi1"> <div id="tx-ttproducts-pi1-listcat"> <table class="index"> <tr> <td class="index-head1"><a href="index.php?id=8..." class="w1">Kategorie1</a></td> </tr> <tr> <td class="index">###CATEGORY_SUBTITLE###</td> </tr> <tr> <td class="index-head1"><a href="index.php?id=8..." class="w2">Kategorie2</a></td> </tr> <tr> <td class="index">###CATEGORY_SUBTITLE###</td> </tr> </ul> </table> </div><!-- END: tx-ttproducts-pi1-listcat --> </div> <!-- ###ITEM_CATLIST_TEMPLATE### end -->
In meiner Vorlage steht:
HTML-Code:
<!-- ###ITEM_CATLIST_TEMPLATE### --> <table class="index"> <!-- ###CATEGORY_SINGLE### begin--> <!--###LINK_CATEGORY### begin--> <tr> <td class="index1">LIST_LINK###</td> </tr> <tr> <td class="index2">###CATEGORY_SUBTITLE###</td> </tr> <!--###LINK_CATEGORY### end--> <!-- ###CATEGORY_SINGLE### end--> </table> <!-- ###ITEM_CATLIST_TEMPLATE### end -->
ICh möchte diesen beiden DIVs weg haben.