You are here

function theme_pay_progress_total_paid in Pay 6

Same name and namespace in other branches
  1. 7 modules/pay_progress/theme/pay_progress.theme.inc \theme_pay_progress_total_paid()

File

modules/pay_progress/theme/pay_progress.theme.inc, line 29
Theme hooks and callbacks for the Payment Progress module.

Code

function theme_pay_progress_total_paid($pay_form) {
  return theme('pay_progress', $pay_form, 'total_pledged');
}