You are here

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

File

templates/node-registration-link.tpl.php
View 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);