function themekey_ui_install in ThemeKey 6.4
Same name and namespace in other branches
- 6.2 themekey_ui.install \themekey_ui_install()
- 6.3 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');
}