I need to get the url of the images uploaded in the skin settings->images tab (that all skins have), but it seems i can only get the image in the site using:
{jrCore_image skin="wmWowmusic" image="fire.jpg"}
I want to know if there is a way to get the complete path for these images, the same way we have for images that are on the "img" folder:
ex: {$jamroom_url}/skins/jrElastic/img/img.jpg
The reason i want these url's is because i need them for use with jquery.
i'm doing something like what's on the annexed img.
updated by @nmaster88: 03/24/16 05:29:39PM