You are here

function custompage_ui_uninstall in Custom Page 7

Same name and namespace in other branches
  1. 6 custompage_ui/custompage_ui.install \custompage_ui_uninstall()

File

custompage_ui/custompage_ui.install, line 11
Custom Page Admin UI Installation

Code

function custompage_ui_uninstall() {
  variable_del('CUSTOMPAGE_UI_CONFIG');
}