aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorronie <ronie>2014-09-11 19:10:09 +0200
committerronie <ronie>2014-09-11 19:10:09 +0200
commitcaaff5da48afd4b50c47146ba8479a7662bb3524 (patch)
tree3f08b7ddc5d2cf8fff1be0718ef3c343f7f8e375
parentb0ef3debc6c1d0379094c8c17b7b56dae707db1d (diff)
[Confluence] add fallback background - fixes #15429
-rw-r--r--addons/skin.confluence/720p/IncludesBackgroundBuilding.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/skin.confluence/720p/IncludesBackgroundBuilding.xml b/addons/skin.confluence/720p/IncludesBackgroundBuilding.xml
index 4fbb64643e..01d4ee9414 100644
--- a/addons/skin.confluence/720p/IncludesBackgroundBuilding.xml
+++ b/addons/skin.confluence/720p/IncludesBackgroundBuilding.xml
@@ -8,7 +8,7 @@
<width>1280</width>
<height>720</height>
<aspectratio>scale</aspectratio>
- <texture>$INFO[Skin.CurrentTheme,special://skin/backgrounds/,.jpg]</texture>
+ <texture fallback="special://skin/backgrounds/SKINDEFAULT.jpg">$INFO[Skin.CurrentTheme,special://skin/backgrounds/,.jpg]</texture>
<visible>![Skin.HasSetting(UseCustomBackground) + !IsEmpty(Skin.String(CustomBackgroundPath))]</visible>
<include>VisibleFadeEffect</include>
</control>