You are here

function template_process_securesite_page in Secure Site 7.2

Process variables for securesite-page.tpl.php

Parameters

$variables: An array of variables from the theme system.

File

theme/securesite.theme.inc, line 80
Theme functions.

Code

function template_process_securesite_page(&$variables) {

  // Process all the variables set by template_preprocess_html()
  template_process_html($variables);
}