You are here

function themekey_install in ThemeKey 6.2

Same name and namespace in other branches
  1. 6.4 themekey.install \themekey_install()
  2. 6 themekey.install \themekey_install()
  3. 6.3 themekey.install \themekey_install()
  4. 7.3 themekey.install \themekey_install()
  5. 7 themekey.install \themekey_install()
  6. 7.2 themekey.install \themekey_install()

Implements hook_install().

File

./themekey.install, line 60
Database schema of @author Markus Kalkbrenner | Cocomore AG

Code

function themekey_install() {
  drupal_install_schema('themekey');
}