first import
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Template that renders a part of the node form
|
||||
*/
|
||||
?>
|
||||
<div class="<?php print $class; ?>">
|
||||
<?php print drupal_render_children($form); ?>
|
||||
</div>
|
||||
Reference in New Issue
Block a user