You are here

function nodeformcols_form_regions in Node form columns 7

4 calls to nodeformcols_form_regions()
nodeformcols-configuration.tpl.php in ./nodeformcols-configuration.tpl.php
nodeformcols_configuration_form in ./nodeformcols.admin.inc
template_preprocess_node_form in ./nodeformcols.module
Preprocess function to run ahead of other modules.
_nodeformcols_configuration_form_after_build in ./nodeformcols.admin.inc

File

./nodeformcols.module, line 52

Code

function nodeformcols_form_regions() {
  return array(
    'main' => t('Main column'),
    'right' => t('Right'),
    'footer' => t('Footer'),
  );
}