You are here

function autodialog_preprocess_block in Auto-Dialog 7

Preprocess variables for block.tpl.php.

File

./autodialog.module, line 204

Code

function autodialog_preprocess_block(&$variables) {
  if (_autodialog_check_request() && variable_get('autodialog_source', 'block') == 'block') {
    $variables['theme_hook_suggestions'][] = 'block__autodialog';
  }
}