mobile_theme.install in Mobile Theme 7
Same filename and directory in other branches
File
mobile_theme.installView 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
Name![]() |
Description |
---|---|
mobile_theme_uninstall | Uninstalling the Mobile Theme module removes the saved variable. |