first import
This commit is contained in:
10
sites/all/modules/nodeformcols/node-form.tpl.php
Normal file
10
sites/all/modules/nodeformcols/node-form.tpl.php
Normal file
@@ -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