ow_system_plugins\base\view\components\content_menu.html
and added an image tag:
<li class="{$item.class} {if $item.active} active{/if}"><a href="{$item.url}"><img height="15" width="15" src="icon.png"><span{if $item.iconClass} class="{$item.iconClass}"{/if}>{$item.label}</span></a></li>
However it doesn't show up even though I saw that it is updated on the server. Any idea what might be the cause? Thanks!