getURL(); } else { $bg_desktop = URLHelper::getURL('pictures/loginbackgrounds/1.jpg'); } $bg_mobile = LoginBackground::getRandomPicture('mobile'); if ($bg_mobile) { $bg_mobile = $bg_mobile->getURL(); } else { $bg_mobile = URLHelper::getURL('pictures/loginbackgrounds/2.jpg'); } } else { $bg_desktop = URLHelper::getURL('pictures/loginbackgrounds/1.jpg'); $bg_mobile = URLHelper::getURL('pictures/loginbackgrounds/2.jpg'); } ?>