# iconCls in Shopware.Notification.createGrowlMessage

**URL:** https://forum.shopware.com/t/iconcls-in-shopware-notification-creategrowlmessage/45201
**Category:** Programmierung
**Created:** [12. April 2017 um 14:16 UTC](https://forum.shopware.com/t/iconcls-in-shopware-notification-creategrowlmessage/45201 "2017-04-12T14:16:25Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![megadruck](https://avatars.discourse-cdn.com/v4/letter/m/f17d59/32.png) [@megadruck](https://forum.shopware.com/u/megadruck)
#### Post date: [12. April 2017 um 14:16 UTC](https://forum.shopware.com/t/iconcls-in-shopware-notification-creategrowlmessage/45201/1 "2017-04-12T14:16:25Z")

</div>

Wenn ich&nbsp;

```
Shopware.Notification.createGrowlMessage("Fehler", '{s name=overview/edit/nouser}Bitte einen Sachbearbeiter zuweisen{/s}', '{s name=overview/edit/nouser}Bitte einen Sachbearbeiter zuweisen{/s}','sprite-user',false);

```

im Backend einbinde, wird kein Icon angezeigt. Egal was ich einbaue. Sind das andere als die von

[Backend icon set overview](https://developers.shopware.com/designers-guide/backend-icons/) ?

growl kenne ich garnicht

&nbsp;

```
 \* @param [string] iconCls - Used icon class (default growl)
```

---

<div class="post-metadata">

### Author: ![megadruck](https://avatars.discourse-cdn.com/v4/letter/m/f17d59/32.png) [@megadruck](https://forum.shopware.com/u/megadruck)
#### Post date: [12. April 2017 um 14:25 UTC](https://forum.shopware.com/t/iconcls-in-shopware-notification-creategrowlmessage/45201/2 "2017-04-12T14:25:19Z")

</div>

Oh I see

&nbsp;

```
 iconCls - CSS class for the icon which should be displayed. This options is disabled.

```

&nbsp;

Gibts ein Grund dafür ?
