function content_theme_install in Content Theme 6
Same name and namespace in other branches
- 7.2 content_theme.install \content_theme_install()
Implementation of hook_install().
File
- ./
content_theme.install, line 62 - Install, update and uninstall functions for the content_theme module.
Code
function content_theme_install() {
drupal_install_schema('content_theme');
}