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