custompage_ui.install in Custom Page 7
Same filename and directory in other branches
Custom Page Admin UI Installation
File
custompage_ui/custompage_ui.installView source
<?php
/**
* @file
* Custom Page Admin UI Installation
**/
function custompage_ui_install() {
}
function custompage_ui_uninstall() {
variable_del('CUSTOMPAGE_UI_CONFIG');
}
Functions
Name | Description |
---|---|
custompage_ui_install | @file Custom Page Admin UI Installation |
custompage_ui_uninstall |