function mobile_theme_uninstall in Mobile Theme 5
Same name and namespace in other branches
- 6 mobile_theme.install \mobile_theme_uninstall()
- 7 mobile_theme.install \mobile_theme_uninstall()
Uninstalling the Mobile Theme module removes the saved variable.
File
- ./
mobile_theme.install, line 6
Code
function mobile_theme_uninstall() {
variable_del('mobile_theme_selection');
}