drupal_get_path('module', 'uc_usps') . '/uc_usps_logo.gif', 'alt' => t('U.S.P.S.'), 'attributes' => array('class' => 'usps-logo') )); // Add USPS service name, removing any 'U.S.P.S.' prefix. $output .= preg_replace('/^U\.S\.P\.S\./', '', $service); // Add package information $output .= ' (' . format_plural(count($packages), '1 package', '@count packages') . ')'; return $output; }