I am trying to create a multilingual site. Using the site builder, I have created a widget (html editor). Then place the following code to the source code according to the documentation:
https://www.jamroom.net/the-jamroom-network/documentation/development/541/translate-jamroom-into-another-language
<a href="?set_user_language=es-ES"><img src="{$jamroom_url}/skins/{$_conf.jrCore_active_skin}/img/flags/es.png" alt="ES" title="Spanish"></a>
<a href="?set_user_language=en-US"><img src="{$jamroom_url}/skins/{$_conf.jrCore_active_skin}/img/flags/us.png" alt="US" title="English US"></a>
<a href="?set_user_language=fr-FR"><img src="{$jamroom_url}/skins/{$_conf.jrCore_active_skin}/img/flags/fr.png" alt="FR" title="French"></a>
The change shows on the frontend site but there is no flag image. I have investigated and noticed that the jrElastic Skin doesn't have the "flags" sub-folder in its "img" folder .
Please advise.
Thanks
updated by @pch: 02/18/16 03:53:52PM