node_field_fields.tpl.php in Node Field 7.2
Template file for node_field_fields theme. Render all node fields.
File
theme/tpl/node_field_fields.tpl.phpView source
<?php
/**
* @file
* Template file for node_field_fields theme. Render all node fields.
*/
if (!empty($children)) {
?>
<div class="node-fields">
<?php
print $children;
?>
</div>
<?php
}