-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate-naptar.php
More file actions
33 lines (32 loc) · 1.42 KB
/
template-naptar.php
File metadata and controls
33 lines (32 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?php
/**
* Template Name: Naptár Sablon
*/
?>
<?php use Roots\Sage\Titles; ?>
<?php while (have_posts()) : the_post(); ?>
<div class="ps">
<div class="grid-container">
<div class="grid-x grid-margin-x">
<div class="cell large-8">
<header class="pagehead">
<h1 class="pagehead__title"><?= Titles\title(); ?></h1>
<div class="lead pagehead__lead">
<?php the_excerpt(); ?>
</div>
</header>
<p><a target="_blank" href="https://calendar.google.com/calendar/embed?src=telekicalendar%40gmail.com&ctz=Europe%2FBudapest" class="button small">Új ablakba</a> <a href="https://calendar.google.com/calendar/ical/telekicalendar%40gmail.com/public/basic.ics" class="button small">iCal</a></p>
</div>
</div>
</div>
</div>
<div class="ps ps--xlight ps--bordered">
<div class="grid-container">
<div class="grid-x grid-margin-x align-center">
<div class="cell">
<iframe class="gcal" src="https://calendar.google.com/calendar/embed?showTitle=0&showCalendars=0&showTz=0&height=600&wkst=2&hl=hu&bgcolor=%23FCFCFC&src=telekicalendar%40gmail.com&color=%23125A12&ctz=Europe%2FBudapest" style="border-width:0" frameborder="0" scrolling="no"></iframe>
</div>
</div>
</div>
</div>
<?php endwhile; ?>