You are here

function template_process_commerce_worldpay_bg_html in Commerce Worldpay 7

Template process for the overal page template.

File

includes/commerce_worldpay_bg.theme.inc, line 60
Theme and pre/process functions.

Code

function template_process_commerce_worldpay_bg_html(&$variables) {
  $variables['body_attributes'] = drupal_attributes($variables['body_attributes_array']);
}