mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 06:34:17 +00:00
Hide "is over" if Event-Title is Equal to Next-Event-Title
This commit is contained in:
parent
b53b9910cf
commit
86ab8c4cd4
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue