dfp_short_tag.tpl.php in Doubleclick for Publishers (DFP) 7
Same filename and directory in other branches
Default template for dfp short tags.
1 theme call to dfp_short_tag.tpl.php
- dfp_tag in ./
dfp.module - Return a render array for the tag specified by machinename.
File
theme/dfp_short_tag.tpl.phpView source
<?php
/**
* @file
* Default template for dfp short tags.
*/
?>
<a href="<?php
print $url_jump;
?>">
<img src="<?php
print $url_ad;
?>">
</a>