rosal
Active member
Hi i use this to show banners in the header side the logo (ad_header) and works ok, without problems.
But in the mobile version break the design so i need to know how to not show to the mobile version the banners, there is any conditional that can be implemented?
Code:
<xen:comment>DEFINE AND RANDOMIZE YOUR BANNERS</xen:comment>
<xen:set var="$banners.1">banner one</xen:set>
<xen:set var="$banners.2">banner two</xen:set>
<xen:set var="$banners.3">banner three</xen:set>
{xen:raw '$banners.{xen:calc '({$serverTime} % 3) + 1'}'}
But in the mobile version break the design so i need to know how to not show to the mobile version the banners, there is any conditional that can be implemented?