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