forked from rebillar/site-accueil-insa
Check if custom background is set in template
This commit is contained in:
parent
182e148598
commit
8e65d2322d
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ function get_total_points($team)
|
|||
|
||||
$scoreUSA = get_total_points('usa');
|
||||
$scoreURSS = get_total_points('urss');
|
||||
|
||||
if (!$customBackgroundId)
|
||||
$customBackgroundId='';
|
||||
?>
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
|
Loading…
Reference in a new issue