function fivestar_comment_theme in Fivestar 6
Same name and namespace in other branches
- 6.2 fivestar_comment.module \fivestar_comment_theme()
Implementation of hook_theme().
File
- ./
fivestar_comment.module, line 10
Code
function fivestar_comment_theme() {
return array(
'fivestar_comment_view' => array(
'arguments' => array(
'comment' => NULL,
'fivestar' => NULL,
),
),
);
}