simpleads-type-graphic.tpl.php in SimpleAds 7.2
Image advertisement simpleads-type-graphic.tpl.php
File
templates/simpleads-type-graphic.tpl.phpView source
<?php
/**
* @file
* Image advertisement
* simpleads-type-graphic.tpl.php
*/
?>
<div class="<?php
print $css_classes;
?>" data-id="<?php
print $entity->nid;
?>">
<?php
print $output;
?>
</div>