You are here

node-registration-message-capacity.tpl.php in Node registration 7

Contains the block message for when the event has reached capacity.

Available variables:

  • object $user -- session user (might be anonymous)
  • object $node -- owner node

File

templates/node-registration-message-capacity.tpl.php
View source
<?php

/**
 * @file
 * Contains the block message for when the event has reached capacity.
 *
 * Available variables:
 * - object $user -- session user (might be anonymous)
 * - object $node -- owner node
 */
?>

<p><?php

print t("This event is full. There's no more room.");
?></p>