mirror of
https://github.com/discourse/discourse-adplugin.git
synced 2025-03-04 00:29:22 +00:00
13 lines
569 B
Handlebars
13 lines
569 B
Handlebars
{{#if checkTrustLevels}}
|
|
{{#if site.mobileView}}
|
|
<div class="amazon-product-links-label" style={{adTitleStyleMobile}}><h2>ADVERTISEMENT</h2></div>
|
|
<iframe style={{adWrapperStyleMobile}} marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src={{userInput}}>
|
|
</iframe>
|
|
{{else}}
|
|
<div class="amazon-product-links-label"><h2>ADVERTISEMENT</h2></div>
|
|
<div class="container" align="center">
|
|
<iframe style={{adWrapperStyle}} marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src={{userInput}}>
|
|
</iframe>
|
|
</div>
|
|
{{/if}}
|
|
{{/if}} |