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