Check if custom background is set in template

This commit is contained in:
Keplyx 2019-05-16 18:03:19 +02:00
parent 182e148598
commit 8e65d2322d

View file

@ -12,6 +12,9 @@ function get_total_points($team)
$scoreUSA = get_total_points('usa');
$scoreURSS = get_total_points('urss');
if (!$customBackgroundId)
$customBackgroundId='';
?>
<!DOCTYPE html>