You are here

function nodeformcols_nodeformcols_content_type_admin_title in Node form columns 7

Callback to provide the administrative title of the custom content.

File

plugins/content_types/nodeformcols.inc, line 61
Renders the nodeformcols form in a panel pane. The entire panel is inside the <form> tag. Most of the code is from the CTools form.inc content type.

Code

function nodeformcols_nodeformcols_content_type_admin_title($subtype, $conf, $context) {
  return t('Nodeformcols node form');
}