diff options
author | Jezz_X <jezzx2@gmail.com> | 2012-05-21 14:35:50 +1000 |
---|---|---|
committer | Jezz_X <jezzx2@gmail.com> | 2012-05-21 14:35:50 +1000 |
commit | 1ad8f53b09cae0a7bd4859848f63ebf8f691e96e (patch) | |
tree | 7199a53de5de2501ec71bc3295faa51a7247ce4c /addons/skin.confluence/720p | |
parent | 2882191308d08aeef5cee0d3cf3a462815b197b1 (diff) |
Fixed: [Confluence] default background didn't show with last change (note SKINDEFAULT will be case sensitive on non windows systems)
Diffstat (limited to 'addons/skin.confluence/720p')
-rw-r--r-- | addons/skin.confluence/720p/IncludesBackgroundBuilding.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/addons/skin.confluence/720p/IncludesBackgroundBuilding.xml b/addons/skin.confluence/720p/IncludesBackgroundBuilding.xml index b9a645796c..27873bb6eb 100644 --- a/addons/skin.confluence/720p/IncludesBackgroundBuilding.xml +++ b/addons/skin.confluence/720p/IncludesBackgroundBuilding.xml @@ -1,8 +1,4 @@ <includes> - <variable name="BackgroundImage"> - <value condition="stringcompare(Skin.CurrentTheme,$LOCALIZE[15109])">special://skin/backgrounds/background.jpg</value> - <value condition="!stringcompare(Skin.CurrentTheme,$LOCALIZE[15109])">special://skin/backgrounds/$INFO[Skin.CurrentTheme].jpg</value> - </variable> <include name="CommonBackground"> <control type="Image"> <posx>0</posx> @@ -10,7 +6,7 @@ <width>1280</width> <height>720</height> <aspectratio>scale</aspectratio> - <texture>$VAR[BackgroundImage]</texture> + <texture>$INFO[Skin.CurrentTheme,special://skin/backgrounds/,.jpg]</texture> </control> <control type="image"> <posx>0</posx> |