rate-widget-container.tpl.php in Rate 6.2
1 theme call to rate-widget-container.tpl.php
- rate_generate_widget in ./
rate.module - Generate a widget.
File
rate-widget-container.tpl.phpView source
<div class="<?php
print $classes;
?>" id="<?php
print $dom_id;
?>">
<?php
print $widget;
?>
</div>