function uc_payment_settings_overview in Ubercart 6.2
Same name and namespace in other branches
- 5 payment/uc_payment/uc_payment.module \uc_payment_settings_overview()
Displays an overview of the payment settings.
1 string reference to 'uc_payment_settings_overview'
- uc_payment_menu in payment/
uc_payment/ uc_payment.module - Implements hook_menu().
File
- payment/
uc_payment/ uc_payment.admin.inc, line 12 - Payment administration menu items.
Code
function uc_payment_settings_overview() {
// Theme all the pages beneath this path into summary overviews.
return theme('summary_overview', summarize_child_form_pages('admin/store/settings/payment/edit'));
}