diff options
Diffstat (limited to 'template/not_started.phtml')
-rw-r--r-- | template/not_started.phtml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/not_started.phtml b/template/not_started.phtml new file mode 100644 index 0000000..a434f02 --- /dev/null +++ b/template/not_started.phtml @@ -0,0 +1,3 @@ +<div class="container about"> + <h1><?=h($conference->getTitle())?> has not started yet!</h1> +</div> |