variable change for amazon mobile ad

instead of user_input_mobile, use userInputMobile
This commit is contained in:
Sarah Ni 2015-10-30 00:41:45 +11:00
parent 21ef9924eb
commit c6b753ab67

View File

@ -1,7 +1,7 @@
{{#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={{user_input_mobile}}>
<iframe style={{adWrapperStyleMobile}} marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src={{userInputMobile}}>
</iframe>
{{else}}
<div class="amazon-product-links-label"><h2>ADVERTISEMENT</h2></div>
@ -10,4 +10,4 @@
</iframe>
</div>
{{/if}}
{{/if}}
{{/if}}