# Template file include

**URL:** https://forum.shopware.com/t/template-file-include/22681
**Category:** Shopware 3.5
**Tags:** themes--design
**Created:** [30. September 2014 um 13:20 UTC](https://forum.shopware.com/t/template-file-include/22681 "2014-09-30T13:20:24Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Shopwareianer](https://avatars.discourse-cdn.com/v4/letter/s/b4bc9f/32.png) [@Shopwareianer](https://forum.shopware.com/u/Shopwareianer)
#### Post date: [30. September 2014 um 13:20 UTC](https://forum.shopware.com/t/template-file-include/22681/1 "2014-09-30T13:20:24Z")

</div>

In meinem template habe ich folgendes: [code] {block name=„frontend\_listing\_bottom\_paging“} {if $sCategoryContent.id == 5} {include file=„listing/features.tpl“} {else}

# bla bla andere Kateogire

{/if} {/block}[/code] features.tpl liegt im listing Ordner und besteht einfach aus HTML Code. Jedoch bindet Shopware es hier nicht ein. Wo liegt der Fehler bzw. kann ich einfach eigene .tpl Dateien erstellen und diese einfach einbinden ?

---

<div class="post-metadata">

### Author: ![EikeBrandtWarneke](https://avatars.discourse-cdn.com/v4/letter/e/cdc98d/32.png) [@EikeBrandtWarneke](https://forum.shopware.com/u/EikeBrandtWarneke)
#### Post date: [30. September 2014 um 13:22 UTC](https://forum.shopware.com/t/template-file-include/22681/2 "2014-09-30T13:22:32Z")

</div>

Ich glaube du suchst ` {include file="frontend/listing/features.tpl"} ` Viele Grüße

---

<div class="post-metadata">

### Author: ![Shopwareianer](https://avatars.discourse-cdn.com/v4/letter/s/b4bc9f/32.png) [@Shopwareianer](https://forum.shopware.com/u/Shopwareianer)
#### Post date: [30. September 2014 um 13:26 UTC](https://forum.shopware.com/t/template-file-include/22681/3 "2014-09-30T13:26:35Z")

</div>

[quote=“Aquatuning GmbH”]Ich glaube du suchst ` {include file="frontend/listing/features.tpl"} ` Viele Grüße[/quote] Natürlich … so klappts natürlich 🙂 Vielen Dank.
