You are here

function uc_country_settings_overview in Ubercart 6.2

Same name and namespace in other branches
  1. 5 uc_store/uc_store.module \uc_country_settings_overview()

Displays an overview of the country settings.

1 string reference to 'uc_country_settings_overview'
uc_store_menu in uc_store/uc_store.module
Implements hook_menu().

File

uc_store/uc_store.admin.inc, line 355
Store administration menu items.

Code

function uc_country_settings_overview() {

  // Theme all the pages beneath this path into summary overviews.
  return theme('summary_overview', summarize_child_form_pages('admin/store/settings/countries/edit'));
}