You are here

function theme_userpoints_points in User Points 7.2

Theme implementation to display userpoints points.

6 theme calls to theme_userpoints_points()
UserpointsTransaction::getMessage in ./userpoints.transaction.inc
A message that can be displayed to the current user.
UserpointsTransaction::getTableRow in ./userpoints.transaction.inc
Returns a single row for a transaction listing.
userpoints_get_list_row in ./userpoints.module
userpoints_get_points_list in ./userpoints.module
Returns a render array that displays the points and action links.
userpoints_list_transactions in ./userpoints.pages.inc
Displays a detailed transaction report for an individual user.

... See full list

File

./userpoints.theme.inc, line 47
Theme functions for userpoints.module

Code

function theme_userpoints_points($variables) {
  return $variables['points'];
}