feito fork de vergnet/site-accueil-insa
Check if custom background is set in template
Esse commit está contido em:
pai
182e148598
commit
8e65d2322d
1 arquivos alterados com 3 adições e 0 exclusões
|
|
@ -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>
|
||||||
|
|
|
||||||
Carregando…
Referência em uma nova issue