You are here

function uc_usps_theme in Ubercart 7.3

Same name and namespace in other branches
  1. 8.4 shipping/uc_usps/uc_usps.module \uc_usps_theme()
  2. 6.2 shipping/uc_usps/uc_usps.module \uc_usps_theme()

Implements hook_theme().

File

shipping/uc_usps/uc_usps.module, line 33
United States Postal Service (USPS) shipping quote module.

Code

function uc_usps_theme() {
  return array(
    'uc_usps_option_label' => array(
      'variables' => array(
        'service' => NULL,
        'packages' => NULL,
      ),
      'file' => 'uc_usps.theme.inc',
    ),
  );
}