node-form.tpl.php 167 B

12345678910
  1. <?php
  2. /**
  3. * @file
  4. * Template that renders a part of the node form
  5. */
  6. ?>
  7. <div class="<?php print $class; ?>">
  8. <?php print drupal_render_children($form); ?>
  9. </div>