You are here

dfp_tag.tpl.php in Doubleclick for Publishers (DFP) 7

Same filename and directory in other branches
  1. 7.2 theme/dfp_tag.tpl.php

Default template for dfp tags.

File

theme/dfp_tag.tpl.php
View source
<?php

/**
 * @file
 * Default template for dfp tags.
 */
?>

<div <?php

print drupal_attributes($placeholder_attributes);
?>>
  <?php

if (isset($slug)) {
  print drupal_render($slug);
}
?>
  <script type="text/javascript">
    googletag.cmd.push(function() {
      googletag.display("<?php

print $tag->placeholder_id;
?>");
    });
  </script>
</div>