simpleads_text_element.tpl.php in SimpleAds 7
SimpleAds Text ad.
Avaialable variables array $ad array $settings string $text_ad
1 theme call to simpleads_text_element.tpl.php
- _simpleads_render_ajax_template in includes/
simpleads.helper.inc - Helper function. Return rendered SimpleAds block template.
File
templates/simpleads_text_element.tpl.phpView source
<?php
/**
* @file
* SimpleAds Text ad.
*
* Avaialable variables
* array $ad
* array $settings
* string $text_ad
*
*/
?>
<div class="simplead-container text-ad <?php
if (isset($css_attributes)) {
print $css_attributes;
}
?>">
<?php
print $text_ad;
?>
</div>