drupal_get_path('module', 'uc_ups') . '/uc_ups_logo.gif', 'alt' => t('UPS logo'), 'attributes' => array('class' => 'ups-logo') )); // Add the UPS service name. $output .= t('@service Rate', array('@service' => $service)); // Add package information $output .= ' (' . format_plural(count($packages), '1 package', '@count packages') . ')'; return $output; }