# Blocksuche &quot;content&quot;

**URL:** https://forum.shopware.com/t/blocksuche-quot-content-quot/25061
**Category:** Shopware 3.5
**Tags:** themes--design
**Created:** [12. Februar 2015 um 19:56 UTC](https://forum.shopware.com/t/blocksuche-quot-content-quot/25061 "2015-02-12T19:56:12Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![TomBOX](https://avatars.discourse-cdn.com/v4/letter/t/f19dbf/32.png) [@TomBOX](https://forum.shopware.com/u/TomBOX)
#### Post date: [12. Februar 2015 um 19:56 UTC](https://forum.shopware.com/t/blocksuche-quot-content-quot/25061/1 "2015-02-12T19:56:12Z")

</div>

Hallo allerseits, im index-Template gibt es u.a. folgenden Abschnitt: [code]{\* Content section \*}

{\* Content top container \*} {block name=“frontend\_index\_content\_top”}{/block} {\* Sidebar left \*} {block name=‘frontend\_index\_content\_left’} {include file=‘frontend/index/left.tpl’} {/block} {\* Main content \*} {block name=‘frontend\_index\_content’}{/block} {\* Sidebar right \*} {block name=‘frontend\_index\_content\_right’}{/block}  
&nbsp;

[/code] Konkret interessiert mich der Inhaltsbereich und dort der Block “frontend\_index\_content”. Ich finde einfach nicht das Template, in welchem ich innerhalb dieses “content”-Blocks arbeiten könnte. Irgendetwas muss ich übersehen haben… habe es weder in der index.tpl des emotion- noch des default-Templates gefunden. Ich bitte um Tipps wo ich das finde. Grund ist übrigens der Bedarf, das Gridsystem anzupassen, da ich die linke Menüspalte permanent ausblenden möchte.

---

<div class="post-metadata">

### Author: ![ffinkelm](https://avatars.discourse-cdn.com/v4/letter/f/fbc32d/32.png) [@ffinkelm](https://forum.shopware.com/u/ffinkelm)
#### Post date: [12. Februar 2015 um 20:34 UTC](https://forum.shopware.com/t/blocksuche-quot-content-quot/25061/2 "2015-02-12T20:34:05Z")

</div>

Ich verstehe nicht so genau, worauf du hinaus möchtest, aber wenn Du den Main content bearbeiten möchtest, findest Du den in: templates/\_emotion/index/index.tpl. Gruß Gesendet von meinem GT-I9100 mit Tapatalk 2

---

<div class="post-metadata">

### Author: ![TomBOX](https://avatars.discourse-cdn.com/v4/letter/t/f19dbf/32.png) [@TomBOX](https://forum.shopware.com/u/TomBOX)
#### Post date: [12. Februar 2015 um 20:58 UTC](https://forum.shopware.com/t/blocksuche-quot-content-quot/25061/3 "2015-02-12T20:58:48Z")

</div>

[quote=“ffinkelm”]Ich verstehe nicht so genau, worauf du hinaus möchtest, aber wenn Du den Main content bearbeiten möchtest, findest Du den in: templates/\_emotion/index/index.tpl. Gruß Gesendet von meinem GT-I9100 mit Tapatalk 2[/quote] Du meintest sicherlich /templates/\_emotion/frontend/index/index.tpl 😉 Aber davon abgesehen, in diesem Template finde ich nur das hier: `{\* Main content \*} {block name='frontend\_index\_content'}{/block}` Mir fällt nur gerade ein, dass ich einen Denkfehler habe. Der betreffende Block ist ja praktisch leer… Ich habe ganz offensichtlich an der falschen Stelle gesucht.
