You are here

function theme_cu_points in Commerce userpoints 7

1 theme call to theme_cu_points()
commerce_userpoints_payment_method_submit_form in commerce_userpoints_payment_method/commerce_userpoints_payment_method.module
Payment method callback: submit form.

File

./commerce_userpoints.module, line 150
Hook implementations and API functions for the commerce_userpoints module.

Code

function theme_cu_points($vars) {
  return '<span class="commerce_userpoints-points">' . $vars['points'] . '</span>';
}