calendar: temporary hack

This commit is contained in:
Vasil Kolev 2019-10-31 22:33:41 +02:00 committed by Openfest
parent 23ef4e25ed
commit 09bbd6adc6
1 changed files with 2 additions and 0 deletions

View File

@ -15,8 +15,10 @@ if (!preg_match('/^full/', $pagename)) {
?> ?>
<h1><?php pll_e('Програма') ?></h1> <h1><?php pll_e('Програма') ?></h1>
<?php <?php
if (!empty($content)) { if (!empty($content)) {
echo '<p> <a href="https://cfp.openfest.org/api/conferences/6/events.ics?locale='.$lang.'">iCalendar</a> or <a href="https://calendar.google.com/calendar?cid=b2s3bW9sOWpyczNjODVjbjRrZ3JpYmY5ODRAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ">Google calendar</a></p>';
echo $content['schedule']; echo $content['schedule'];
?> ?>