function themekey_install in ThemeKey 6.3
Same name and namespace in other branches
- 6.4 themekey.install \themekey_install()
- 6 themekey.install \themekey_install()
- 6.2 themekey.install \themekey_install()
- 7.3 themekey.install \themekey_install()
- 7 themekey.install \themekey_install()
- 7.2 themekey.install \themekey_install()
Implements hook_install().
File
- ./
themekey.install, line 47 - Database schema of
Code
function themekey_install() {
drupal_install_schema('themekey');
}