node-registration-cancel-block.tpl.php in Node registration 7
1 theme call to node-registration-cancel-block.tpl.php
- node_registration_block_view in ./
node_registration.module - Implements hook_block_view().
File
templates/node-registration-cancel-block.tpl.phpView source
<?php
/**
* Available variables:
* - array $form -- renderable form array
* - object $node -- owner node
* - object $registration -- owner registration
* - array $content -- renderable content
*/
?>
<?php
print render($content);