discourse-adplugin/assets/javascripts/discourse/templates/components/google-dfp-ad.hbs

9 lines
324 B
Handlebars
Raw Normal View History

{{#if checkTrustLevels}}
<div class="google-dfp-ad-label"><h2>ADVERTISEMENT</h2></div>
{{#if site.mobileView}}
<div id={{divId}} style={{adWrapperStyleMobile}} class="dfp-ad-unit" align=center></div>
{{else}}
<div id={{divId}} style={{adWrapperStyle}} class="dfp-ad-unit" align=center></div>
2015-08-19 20:07:51 -04:00
{{/if}}
{{/if}}