Bachir Soussi Chiadmi 1bc61b12ad first import
2015-04-08 11:40:19 +02:00

10 lines
167 B
PHP

<?php
/**
* @file
* Template that renders a part of the node form
*/
?>
<div class="<?php print $class; ?>">
<?php print drupal_render_children($form); ?>
</div>