You are here

function uc_catalog_blocks_admin_settings in Ubercart 5

Determines if the "Product Catalog" vocabulary has been set up.

See also

uc_catalog_admin_form

File

uc_catalog/uc_catalog.module, line 657
Übercart Catalog module.

Code

function uc_catalog_blocks_admin_settings() {
  $output = '';
  $output .= drupal_get_form('uc_catalog_blocks_admin_form');
  return $output;
}