mirror of
https://github.com/discourse/discourse-adplugin.git
synced 2025-07-08 06:12:11 +00:00
variable change for amazon mobile ad
instead of user_input_mobile, use userInputMobile
This commit is contained in:
parent
21ef9924eb
commit
c6b753ab67
@ -1,7 +1,7 @@
|
|||||||
{{#if checkTrustLevels}}
|
{{#if checkTrustLevels}}
|
||||||
{{#if site.mobileView}}
|
{{#if site.mobileView}}
|
||||||
<div class="amazon-product-links-label" style={{adTitleStyleMobile}}><h2>ADVERTISEMENT</h2></div>
|
<div class="amazon-product-links-label" style={{adTitleStyleMobile}}><h2>ADVERTISEMENT</h2></div>
|
||||||
<iframe style={{adWrapperStyleMobile}} marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src={{user_input_mobile}}>
|
<iframe style={{adWrapperStyleMobile}} marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src={{userInputMobile}}>
|
||||||
</iframe>
|
</iframe>
|
||||||
{{else}}
|
{{else}}
|
||||||
<div class="amazon-product-links-label"><h2>ADVERTISEMENT</h2></div>
|
<div class="amazon-product-links-label"><h2>ADVERTISEMENT</h2></div>
|
||||||
@ -10,4 +10,4 @@
|
|||||||
</iframe>
|
</iframe>
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user