mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 14:44:21 +00:00
4 lines
157 B
PHTML
4 lines
157 B
PHTML
<? if($next): ?>
|
|
<h2>See you soon at <?=h($next['name'])?></h2>
|
|
<span class="countdown"><?=h(days_diff_readable($next['start_date']))?></span>
|
|
<? endif ?>
|