Warning: session_start(): open(/var/lib/php/sessions/sess_iue4gbsrrafdm0nbhj35lo1870, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
static JS js_fixedBackgroundImage(S imgURL) {
if (empty(imgURL)) null;
ret JS([[
var target = document.querySelector("body");
target.style.cssText = $style;
]], style := nlToSpace(replaceDollarVars([[
background-image: url($imgURL);
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
]], +imgURL)));
}