I have an Apex application with a sidebar navigation menu like this :
Is possible to replace these font awesome icons by some png pictures ?
I have tried the put an image tag in the list item configuration but it didn't work :
<img src="#APP_IMAGES#fullheart.png"/>
The HTML generated is wrong :
<span class="fa <img src="myapp/r/13002/files/static/v1152/fullheart.png"/>"></span>
Thank you in advance.
