# Top Navigation ausschalten funktioniert nicht

**URL:** https://forum.shopware.com/t/top-navigation-ausschalten-funktioniert-nicht/8407
**Category:** Shopware 3.5
**Tags:** general
**Created:** [5. September 2012 um 00:30 UTC](https://forum.shopware.com/t/top-navigation-ausschalten-funktioniert-nicht/8407 "2012-09-05T00:30:38Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![4now](https://avatars.discourse-cdn.com/v4/letter/4/49beb7/32.png) [@4now](https://forum.shopware.com/u/4now)
#### Post date: [5. September 2012 um 00:30 UTC](https://forum.shopware.com/t/top-navigation-ausschalten-funktioniert-nicht/8407/1 "2012-09-05T00:30:38Z")

</div>

Hallo, da ich sie nicht brauche wollte ich sie ausschalten mit einem leeren Blockeintrag in der emotion\_eigenes/index/index.tpl {extends file=‚parent:frontend/index/index.tpl‘} {\* Topnavigation ausschalten ------------------------------------------------------- \*} {block name=‚frontend\_index\_navigation\_categories\_top‘} {/block} Da ich zuvor den Suchcontainer auf ähnliche Weise ausgeschaltet habe, wundere ich mich das es nun nicht geht.

---

<div class="post-metadata">

### Author: ![JSchwehn](https://avatars.discourse-cdn.com/v4/letter/j/85f322/32.png) [@JSchwehn](https://forum.shopware.com/u/JSchwehn)
#### Post date: [5. September 2012 um 09:51 UTC](https://forum.shopware.com/t/top-navigation-ausschalten-funktioniert-nicht/8407/2 "2012-09-05T09:51:51Z")

</div>

Hallo 4now, im emotion Template liegt das Menü im Block „frontend\_index\_navigation\_categories\_top\_neu“. Versuchen Sie mal diesen zu überschreiben.

---

<div class="post-metadata">

### Author: ![4now](https://avatars.discourse-cdn.com/v4/letter/4/49beb7/32.png) [@4now](https://forum.shopware.com/u/4now)
#### Post date: [5. September 2012 um 17:31 UTC](https://forum.shopware.com/t/top-navigation-ausschalten-funktioniert-nicht/8407/3 "2012-09-05T17:31:50Z")

</div>

Hallo Jschwehn, Danke für deinen Hinweis und ich hab es auch so versucht hat aber nicht funktioniert. Ich hab dann nicht die parent datei (\_emotion/frontend/index/index.tpl) “attackiert” sondern die nochmal darüber liegende Default (\_default/frontend/index/index.tpl) In der emotion\_eigene/frontend/index/index.tpl steht nun: {extends file=’…/\_default/frontend/index/index.tpl’} {\* Ausschalten Maincategories navigation top ----------------------------------------------- \*} {block name=‘frontend\_index\_navigation\_categories\_top’} {/block} Und schwupp die Navi ist weg.
