You are here

emotion.tpl.php in Rate 6.2

File

templates/emotion/emotion.tpl.php
View source
<?php

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