You are here

mobile_theme.install in Mobile Theme 5

Same filename and directory in other branches
  1. 6 mobile_theme.install
  2. 7 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');
}

Functions

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