# Shop Icon statt Home text

**URL:** https://forum.shopware.com/t/shop-icon-statt-home-text/27273
**Category:** Shopware 3.5
**Tags:** general
**Created:** [15. Mai 2015 um 15:26 UTC](https://forum.shopware.com/t/shop-icon-statt-home-text/27273 "2015-05-15T15:26:18Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![Denny](https://avatars.discourse-cdn.com/v4/letter/d/9de053/32.png) [@Denny](https://forum.shopware.com/u/Denny)
#### Post date: [15. Mai 2015 um 15:26 UTC](https://forum.shopware.com/t/shop-icon-statt-home-text/27273/1 "2015-05-15T15:26:18Z")

</div>

Hallo @ all ich würde gern den Text „Home“ in eine Home Icon ändern. Ich habe versucht in der advanced\_menu.tpl das an zu passen, leider funktioniert es nicht (oder ich habe etwas falsch gemacht). Ich kann auch nur den Text „Home“ im Backend unter Textbausteine ändern. Auch die Änderung des Textes „Home“ in der Datei Advanced\_menu.tpl hat nicht funktioniert. Gibt es noch eine andere Stelle die ich ändern muss? gruß Denny

---

<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: [15. Mai 2015 um 15:36 UTC](https://forum.shopware.com/t/shop-icon-statt-home-text/27273/2 "2015-05-15T15:36:23Z")

</div>

Erstelle ein eiegenes Theme und die Datei frontend/index/main-navigation.tpl mit folgenden Inhalt: [code]{extends file=“parent:frontend/index/main-navigation.tpl”} {block name=‘frontend\_index\_navigation\_categories\_top\_home’}

- 

{/block}[/code]

---

<div class="post-metadata">

### Author: ![Denny](https://avatars.discourse-cdn.com/v4/letter/d/9de053/32.png) [@Denny](https://forum.shopware.com/u/Denny)
#### Post date: [15. Mai 2015 um 17:09 UTC](https://forum.shopware.com/t/shop-icon-statt-home-text/27273/3 "2015-05-15T17:09:44Z")

</div>

danke, werde ich direkt probieren. Muss ich sonst noch etwas beachten oder anlegen?

---

<div class="post-metadata">

### Author: ![regentanker](https://avatars.discourse-cdn.com/v4/letter/r/50afbb/32.png) [@regentanker](https://forum.shopware.com/u/regentanker)
#### Post date: [15. Mai 2015 um 17:40 UTC](https://forum.shopware.com/t/shop-icon-statt-home-text/27273/4 "2015-05-15T17:40:13Z")

</div>

Hi kayyy, könntest Du mir bitte sagen wie man das bei Shopware 5 umsetzen könnte? Danke im Voraus! 🙂

---

<div class="post-metadata">

### Author: ![trixx](https://avatars.discourse-cdn.com/v4/letter/t/b5e925/32.png) [@trixx](https://forum.shopware.com/u/trixx)
#### Post date: [15. Mai 2015 um 17:52 UTC](https://forum.shopware.com/t/shop-icon-statt-home-text/27273/5 "2015-05-15T17:52:30Z")

</div>

[quote=„jonas3301“]Hi kayyy, könntest Du mir bitte sagen wie man das bei Shopware 5 umsetzen könnte? Danke im Voraus! :)[/quote] Hi, so wie kayy geschrieben hat. Einfach eine main-navigation.tpl erstellen, Code reinhauen und in Deinem eigenen Theme unter frontend/index reinschmeißen. Allerdings stimmt der Code von kayyy nicht ganz. Die erset Zeile muss so aussehen: {extends file=‚parent:frontend/index/main-navigation.tpl‘} Die Anführungszeichen sind falsch gewesen, dann schmeißt er mir im Frontend nen Fatal Error, bezogen auf den SmartyCompiler etc. Also der korrekte Code sieht wie folgt aus: [code]{extends file=‚parent:frontend/index/main-navigation.tpl‘} {block name=‚frontend\_index\_navigation\_categories\_top\_home‘}

- 

{/block}[/code] Gruß

---

<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: [15. Mai 2015 um 18:09 UTC](https://forum.shopware.com/t/shop-icon-statt-home-text/27273/6 "2015-05-15T18:09:35Z")

</div>

@trixx An den Anführungszeichen an sich lag es nicht, ich hatte allerdings am Schluss eins vergessen 🙂 Danke für den Hinweis, ich habe es mal editiert.

---

<div class="post-metadata">

### Author: ![regentanker](https://avatars.discourse-cdn.com/v4/letter/r/50afbb/32.png) [@regentanker](https://forum.shopware.com/u/regentanker)
#### Post date: [16. Mai 2015 um 04:43 UTC](https://forum.shopware.com/t/shop-icon-statt-home-text/27273/7 "2015-05-16T04:43:31Z")

</div>

Vielen Dank, hat gut geklappt! Eine Frage hätte ich jetzt noch: das icon ist sehr klein - wie bekomme ich es größer?

---

<div class="post-metadata">

### Author: ![Denny](https://avatars.discourse-cdn.com/v4/letter/d/9de053/32.png) [@Denny](https://forum.shopware.com/u/Denny)
#### Post date: [18. Mai 2015 um 08:19 UTC](https://forum.shopware.com/t/shop-icon-statt-home-text/27273/8 "2015-05-18T08:19:38Z")

</div>

Hallo, erstmal danke für die Hilfe das funktioniert aber nur mit Shopware 5. Gibt es auch eine Möglichkeit für Shopware 4?

---

<div class="post-metadata">

### Author: ![Denny](https://avatars.discourse-cdn.com/v4/letter/d/9de053/32.png) [@Denny](https://forum.shopware.com/u/Denny)
#### Post date: [26. Mai 2015 um 17:02 UTC](https://forum.shopware.com/t/shop-icon-statt-home-text/27273/9 "2015-05-26T17:02:09Z")

</div>

push

---

<div class="post-metadata">

### Author: ![Denny](https://avatars.discourse-cdn.com/v4/letter/d/9de053/32.png) [@Denny](https://forum.shopware.com/u/Denny)
#### Post date: [27. Juli 2015 um 12:12 UTC](https://forum.shopware.com/t/shop-icon-statt-home-text/27273/10 "2015-07-27T12:12:01Z")

</div>

ich scuhe immer noch nach einer Lösung 😉
