You are here

function autodialog_custom_theme in Auto-Dialog 7

Implements hook_custom_theme().

File

./autodialog.module, line 80

Code

function autodialog_custom_theme() {
  if (_autodialog_check_request() && ($theme = ajax_base_page_theme())) {
    return $theme;
  }
}