-
Notifications
You must be signed in to change notification settings - Fork 1
/
archive.php
26 lines (20 loc) · 1.07 KB
/
archive.php
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
<?php include "includes/header.php"; ?>
<section class="center pure-g-r">
<div class="pure-u-1-5"></div>
<article class="pure-u-3-5 pure-center">
<p>
<a href="archive_locations" class="pure-button pure-button-tile">Aufbewahrungs­orte</a>
<a href="archive_manuscripts" class="pure-button pure-button-tile">Hand­schriften</a>
<a href="archive_prints" class="pure-button pure-button-tile">Drucke</a>
<a href="archive_testimonies" class="pure-button pure-button-tile">Entstehungs­zeugnisse</a>
<a href="archive_materials" class="pure-button pure-button-tile">Materialien</a>
</p>
</article>
<div class="pure-u-1-5"></div>
</section>
<?php include "includes/footer.php"; ?>
<script type="text/javascript">
requirejs(['faust_common'], function(Faust) {
document.getElementById("breadcrumbs").appendChild(Faust.createBreadcrumbs([{caption: "Archiv"}]));
});
</script>