forked from vergnet/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');
|
$scoreUSA = get_total_points('usa');
|
||||||
$scoreURSS = get_total_points('urss');
|
$scoreURSS = get_total_points('urss');
|
||||||
|
|
||||||
|
if (!$customBackgroundId)
|
||||||
|
$customBackgroundId='';
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
Loading…
Reference in a new issue