You are here

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

Same filename and directory in other branches
  1. 7 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);
}
?>
</div>