function theme_pay_progress_total_paid in Pay 6
Same name and namespace in other branches
- 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');
}