You are here

function total_control_panel_pages_content_type_edit_form in Total Control Admin Dashboard 7.2

Same name and namespace in other branches
  1. 6.2 plugins/content_types/panel_pages.inc \total_control_panel_pages_content_type_edit_form()

'Edit form' callback for the content type.

File

plugins/content_types/panel_pages.inc, line 92

Code

function total_control_panel_pages_content_type_edit_form($form, &$form_state) {
  $conf = $form_state['conf'];
  return $form;
}