You are here

thumbs-up.tpl.php in Rate 6.2

File

templates/thumbs-up/thumbs-up.tpl.php
View source
<?php

/**
 * @file
 * Rate widget theme
 */
print $up_button;
if ($info) {
  print '<div class="rate-info">' . $info . '</div>';
}