You are here

function template_preprocess_commerce_payment_totals in Commerce Core 7

Adds the necessary CSS for the line item summary template.

File

modules/payment/commerce_payment.module, line 240
Defines the payment system and checkout integration.

Code

function template_preprocess_commerce_payment_totals(&$variables) {
  drupal_add_css(drupal_get_path('module', 'commerce_payment') . '/theme/commerce_payment.admin.css');
}