Hi,
In my production website I got reported that the site is insecure. Investigation learned me that the link to a background image from the scriptcase_Android_Dark CSS contained the following definition.
.scMenuHTableCssAlt{
background-image:url("/scriptcase/devel/conf/scriptcase/img/menu_img/theme_menu_mainbk_1.png");background-color:#333;background-repeat:repeat-x;
}
The path /scriptcase/devel/conf/scriptcase does not exist in my production enviroment.Should this not be a link to the _lib/css folder in production ?
Thanks
Roelof