'; $output .= theme('image', array('path' => drupal_get_path('module', 'uc_credit') . '/images/info.png')); $output .= ' ' . l(t("What's the CVV?"), 'cart/checkout/credit/cvv_info', array('attributes' => array( 'onclick' => "window.open(this.href, 'CVV_Info', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=480,height=460'); return false;", ))); $output .= ''; return $output; }