You are here

ad_unit.tpl.php in Simple AdSense 7

Template for ad unit.

File

ad_unit.tpl.php
View source
<?php

/**
 * @file
 * Template for ad unit.
 */
?>

<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js">
</script>
<ins class="adsbygoogle"
    style="display:block"
    data-ad-client="<?php

print $client;
?>"
    data-ad-slot="<?php

print $slot;
?>"
    data-ad-format="auto">
</ins>
<script>
    (adsbygoogle = window.adsbygoogle || []).push({});
</script>