You are here

node-form.tpl.php in Node form columns 7

Template that renders a part of the node form

File

node-form.tpl.php
View source
<?php

/**
 * @file
 * Template that renders a part of the node form
 */
?>
<div class="<?php

print $class;
?>">
  <?php

print drupal_render_children($form);
?>
</div>