2015-09-15 22:11:50 -04:00
|
|
|
{{#if checkTrustLevels}}
|
2015-09-29 20:48:26 -04:00
|
|
|
<div class="google-adsense-label"><h2>ADVERTISEMENT</h2></div>
|
2015-09-15 22:11:50 -04:00
|
|
|
{{#if site.mobileView}}
|
|
|
|
<div style={{adWrapperStyleMobile}}>
|
|
|
|
<ins class="adsbygoogle"
|
|
|
|
style={{adInsStyleMobile}}
|
|
|
|
data-ad-client="ca-pub-{{publisher_id}}"
|
|
|
|
data-ad-slot={{ad_mobile_code}}>
|
|
|
|
</ins>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
(adsbygoogle = window.adsbygoogle || []).push({});
|
|
|
|
</script>
|
|
|
|
</div>
|
|
|
|
{{else}}
|
|
|
|
<div style={{adWrapperStyle}}>
|
|
|
|
<ins class="adsbygoogle"
|
|
|
|
style={{adInsStyle}}
|
|
|
|
data-ad-client="ca-pub-{{publisher_id}}"
|
|
|
|
data-ad-slot={{ad_code}}>
|
|
|
|
</ins>
|
2015-08-25 00:30:23 -04:00
|
|
|
|
2015-09-15 22:11:50 -04:00
|
|
|
<script>
|
|
|
|
(adsbygoogle = window.adsbygoogle || []).push({});
|
|
|
|
</script>
|
|
|
|
</div>
|
|
|
|
{{/if}}
|
2015-08-25 00:30:23 -04:00
|
|
|
{{/if}}
|
|
|
|
|
|
|
|
|