function autodialog_preprocess_html in Auto-Dialog 7
Preprocess variables for html.tpl.php.
File
- ./
autodialog.module, line 177
Code
function autodialog_preprocess_html(&$variables) {
if (_autodialog_check_request()) {
$variables['theme_hook_suggestions'][] = 'html__autodialog';
}
}