You are here

function autodialog_preprocess_page in Auto-Dialog 7

Preprocess variables for html.tpl.php.

File

./autodialog.module, line 186

Code

function autodialog_preprocess_page(&$variables) {
  if (_autodialog_check_request()) {
    $variables['theme_hook_suggestions'][] = 'page__autodialog';
  }
}