You are here

rate-widget.tpl.php in Rate 6.2

Same filename and directory in other branches
  1. 7.2 rate-widget.tpl.php
  2. 7 rate-widget.tpl.php

File

rate-widget.tpl.php
View source
<?php

/**
 * @file
 * Rate widget theme
 *
 * This is the default template for rate widgets. See section 3 of the README
 * file for information on theming widgets.
 */
print theme('item_list', $buttons);
if ($info) {
  print '<div class="rate-info">' . $info . '</div>';
}
?>