You are here

function template_preprocess_commerce_worldpay_bg_page in Commerce Worldpay 7

Template preprocess for the main body of the page.

File

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

Code

function template_preprocess_commerce_worldpay_bg_page(&$variables) {
  $variables['title'] = variable_get('site_name', 'Drupal Commerce') . ' WorldPay payment';
  _template_common_variables_worldpay_bg($variables);
}