function uc_webform_theme in Ubercart Webform Integration 7.2
Same name and namespace in other branches
- 6 uc_webform.module \uc_webform_theme()
- 7.3 uc_webform.module \uc_webform_theme()
Implements hook_theme().
File
- ./
uc_webform.module, line 43 - Provides components to the Webform module utilizing the Ubercart package.
Code
function uc_webform_theme() {
return array(
'uc_webform_product_analysis' => array(
'variables' => array(
'node' => NULL,
),
),
);
}