function userpoints_theme in User Points 7
Same name and namespace in other branches
- 6 userpoints.module \userpoints_theme()
- 7.2 userpoints.module \userpoints_theme()
Implements hook_theme().
File
- ./
userpoints.module, line 431
Code
function userpoints_theme() {
return array(
'userpoints_view_category' => array(
'render element' => 'element',
'file' => 'userpoints.theme.inc',
),
'userpoints_view_item' => array(
'render element' => 'element',
'file' => 'userpoints.theme.inc',
),
);
}