diff options
-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"> |