domain_theme_domainwarnings

Definition

domain_theme_domainwarnings()
domain_theme/domain_theme.module, line 270

Description

Implements hook_domainwarnings()

Code

function domain_theme_domainwarnings() {
  return array(
    'system_themes',
    'system_theme_settings',
  );
}