aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--template/closed.phtml4
1 files changed, 3 insertions, 1 deletions
diff --git a/template/closed.phtml b/template/closed.phtml
index 66d458d..577016e 100644
--- a/template/closed.phtml
+++ b/template/closed.phtml
@@ -1,5 +1,7 @@
<div class="container about">
- <h1><?=h($conference->getTitle())?> is over!</h1>
+ <? if($conference->getTitle() != $next['name']): ?>
+ <h1><?=h($conference->getTitle())?> is over!</h1>
+ <? endif ?>
<? if($next): ?>
<h2>See you soon at <?=h($next['name'])?></h2>