You are here

oa-core-node-token.tpl.php in Open Atrium Core 7.2

Provides the template for the node token widget.

$body - HTML body

File

templates/oa-core-node-token.tpl.php
View source
<?php

/**
 * @file
 * Provides the template for the node token widget.
 *
 * $body - HTML body
 */
?>
<div class="node-token clearfix">
  <?php

print $body;
?>
</div>