Language switcher dropdown hideout is installed successfully.")); } /** * Implementation of hook_uninstall(). */ function lang_dropdown_hideout_uninstall() { variable_del('lang_dropdown_hideout'); variable_del('lang_dropdown_hideout_' . LANGUAGE_TYPE_INTERFACE); variable_del('lang_dropdown_hideout_' . LANGUAGE_TYPE_CONTENT); variable_del('lang_dropdown_hideout_' . LANGUAGE_TYPE_URL); }