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