You are here

mobile_theme.install in Mobile Theme 7

Same filename and directory in other branches
  1. 5 mobile_theme.install
  2. 6 mobile_theme.install

File

mobile_theme.install
View source
<?php

/**
 * Uninstalling the Mobile Theme module removes the saved variable.
 */
function mobile_theme_uninstall() {
  variable_del('mobile_theme_selection');
  variable_del('mobile_theme_detection');
}

Functions

Namesort descending Description
mobile_theme_uninstall Uninstalling the Mobile Theme module removes the saved variable.