You are here

function custompage_ui_custompages in Custom Page 7

Same name and namespace in other branches
  1. 6 custompage_ui/custompage_ui.module \custompage_ui_custompages()

Implementation of hook_custompages

File

custompage_ui/custompage_ui.module, line 264
Custom Page Admin UI

Code

function custompage_ui_custompages() {
  return variable_get('CUSTOMPAGE_UI_CONFIG', null);
}