I have added a custom button to account_detais template:
<xf:button overlay="true" href="{{ link('account/reloadSkinHead') }}" class="button--link">{{ phrase('minecraftskins_account_reload_skin') }}</xf:button>
In reloadSkinHead action I want to display message that skin reload is complete and...