You are here

function themekey_ui_install in ThemeKey 6.2

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

Implements hook_install().

File

./themekey_ui.install, line 62
Database schema of @author Markus Kalkbrenner | Cocomore AG

Code

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