diff options
author | Jezz_X <jezzx2@gmail.com> | 2012-10-15 07:13:06 +1100 |
---|---|---|
committer | Jezz_X <jezzx2@gmail.com> | 2012-10-15 07:13:06 +1100 |
commit | d6be53a09cdc30d1fecb2a4b7953af84a5dcd07e (patch) | |
tree | 5818fd75d6f8d4bbd836881d6e7f477c0407b464 /addons/skin.confluence | |
parent | 8ca5f039681da271353f936e6cb72bfd1ef5236b (diff) |
Fixed: [Confluence] Proper fall back for people who haven't update their scraped graphic art yet between eden and frodo
Diffstat (limited to 'addons/skin.confluence')
-rw-r--r-- | addons/skin.confluence/720p/includes.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/addons/skin.confluence/720p/includes.xml b/addons/skin.confluence/720p/includes.xml index 366f3d3c20..f54ec22c28 100644 --- a/addons/skin.confluence/720p/includes.xml +++ b/addons/skin.confluence/720p/includes.xml @@ -22,11 +22,11 @@ <variable name="BannerThumb"> <value condition="!IsEmpty(ListItem.Art(banner))">$INFO[ListItem.Art(banner)]</value> - <value condition="IsEmpty(ListItem.Art(banner))">$INFO[ListItem.Art(thumb)]</value> + <value condition="IsEmpty(ListItem.Art(banner))">$INFO[ListItem.Icon]</value> </variable> <variable name="PosterThumb"> <value condition="!IsEmpty(ListItem.Art(poster))">$INFO[ListItem.Art(poster)]</value> - <value condition="IsEmpty(ListItem.Art(poster))">$INFO[ListItem.Art(thumb)]</value> + <value condition="IsEmpty(ListItem.Art(poster))">$INFO[ListItem.Icon]</value> </variable> <include name="BehindDialogFadeOut"> |