You are here

function domain_theme_install in Domain Access 6.2

Same name and namespace in other branches
  1. 5 domain_theme/domain_theme.install \domain_theme_install()

Implement hook_install()

File

domain_theme/domain_theme.install, line 11
Install file for the Domain Theme module

Code

function domain_theme_install() {
  drupal_install_schema('domain_theme');
}