You are here

function uc_catalog_settings_overview in Ubercart 6.2

Same name and namespace in other branches
  1. 5 uc_catalog/uc_catalog.module \uc_catalog_settings_overview()

Display an overview of the catalog settings.

1 string reference to 'uc_catalog_settings_overview'
uc_catalog_menu in uc_catalog/uc_catalog.module
Implements hook_menu().

File

uc_catalog/uc_catalog.admin.inc, line 12
Catalog administration menu items.

Code

function uc_catalog_settings_overview() {

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