You are here

function themekey_ui_install in ThemeKey 6.3

Same name and namespace in other branches
  1. 6.4 themekey_ui.install \themekey_ui_install()
  2. 6.2 themekey_ui.install \themekey_ui_install()

Implements hook_install().

File

./themekey_ui.install, line 63
Database schema of

Code

function themekey_ui_install() {
  drupal_install_schema('themekey_ui');
}