2015-09-11 02:33:55 -04:00
|
|
|
{{#if checkTrustLevels}}
|
2015-09-15 22:11:50 -04:00
|
|
|
{{#if site.mobileView}}
|
2015-10-28 19:51:53 -04:00
|
|
|
<div class="amazon-product-links-label" style={{adTitleStyleMobile}}><h2>ADVERTISEMENT</h2></div>
|
2015-10-29 09:41:45 -04:00
|
|
|
<iframe style={{adWrapperStyleMobile}} marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src={{userInputMobile}}>
|
2015-09-15 22:11:50 -04:00
|
|
|
</iframe>
|
|
|
|
{{else}}
|
2015-10-28 19:51:53 -04:00
|
|
|
<div class="amazon-product-links-label"><h2>ADVERTISEMENT</h2></div>
|
2015-09-15 22:11:50 -04:00
|
|
|
<div class="container" align="center">
|
|
|
|
<iframe style={{adWrapperStyle}} marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src={{userInput}}>
|
|
|
|
</iframe>
|
|
|
|
</div>
|
|
|
|
{{/if}}
|
2015-10-29 09:41:45 -04:00
|
|
|
{{/if}}
|