function custompage_ui_custompages in Custom Page 6
Same name and namespace in other branches
- 7 custompage_ui/custompage_ui.module \custompage_ui_custompages()
Implementation of hook_custompages
File
- custompage_ui/
custompage_ui.module, line 246 - Custom Page Admin UI
Code
function custompage_ui_custompages() {
return variable_get('CUSTOMPAGE_UI_CONFIG', null);
}