You are here

function page_theme_uninstall in Page Theme 6

Implementation of hook_uninstall().

File

./page_theme.install, line 76
Install, update and uninstall functions for the page_theme module.

Code

function page_theme_uninstall() {
  drupal_uninstall_schema('page_theme');
}