You are here

custompage_ui.install in Custom Page 7

Same filename and directory in other branches
  1. 6 custompage_ui/custompage_ui.install

Custom Page Admin UI Installation

File

custompage_ui/custompage_ui.install
View source
<?php

/**
 * @file
 * Custom Page Admin UI Installation
 **/
function custompage_ui_install() {
}
function custompage_ui_uninstall() {
  variable_del('CUSTOMPAGE_UI_CONFIG');
}

Functions

Namesort descending Description
custompage_ui_install @file Custom Page Admin UI Installation
custompage_ui_uninstall