You are here

function commerce_backoffice_product_theme_registry_alter in Commerce Backoffice 7

Implements hook_theme_registry_alter().

File

./commerce_backoffice_product.module, line 202

Code

function commerce_backoffice_product_theme_registry_alter(&$theme_registry) {
  $theme_registry['node_add_list']['function'] = 'theme_commerce_backoffice_product_node_add_list';
}