Gateway

Basti

Administrator
Staff member
Looks like you miss the images in your img folder. Copy them over from parabola
bg-buttons-sprite.png
red-sprite.png
green-sprite.png

That should fix it
 

Basti

Administrator
Staff member
Ah i see, it is the fault of your skin name / The way we coded the css in gateway.html
for now go into gateway.html and put quotes around each image path in the css

Apparently once there are special characters involved ( white space is ) they need to be escaped (white space - %20 ) if you have no quotes around your image path.
White space can only be there non excaped if the path is surrounded with quotes.

Thanks for the bug report. While you generally should use no white space in your skin, i guess its a possibility we need to take care off.
Fix will be included in next release
 
Top