For example: on a user module: ntMyModule, I would like to have a variable to allow:
background: url("{$ntMyModule_img_url}/myimage.png");
Thanks
--
TiG
updated by @tig: 03/04/20 09:26:57AM
background: url("{$ntMyModule_img_url}/myimage.png");
background: #111111 url("{$jrBeatSlinger_img_url}/jp-play.png") no-repeat scroll center center;
function ntMyModule_init(){
jrCore_register_module_feature('jrCore', 'css', 'ntMyModule', 'mycss.css');
.....
}
<link rel="stylesheet" href="http://your-site.test/data/cache/ntYourSkin/26f48dab94ba6e342990f9162b2dec4a.css" media="all" type="text/css">