You are here

rate-widget-container.tpl.php in Rate 6.2

File

rate-widget-container.tpl.php
View source
<div class="<?php

print $classes;
?>" id="<?php

print $dom_id;
?>">
  <?php

print $widget;
?>
</div>