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