28 lines
680 B
PHTML
28 lines
680 B
PHTML
|
<section class="hero omeka">
|
||
|
<main class="slides">
|
||
|
<section class="slide">
|
||
|
<figure>
|
||
|
<img class="arc-page-header-img"
|
||
|
title="an arc-hive project"
|
||
|
alt="collection logo" />
|
||
|
</figure>
|
||
|
</section>
|
||
|
</main>
|
||
|
<aside>
|
||
|
<h2>
|
||
|
<a href="<?= $this->site->url() ?>">
|
||
|
<?= $this->site->title() ?>
|
||
|
</a>
|
||
|
</h2>
|
||
|
<?php
|
||
|
echo $site->publicNav()
|
||
|
->menu()
|
||
|
->setPartial('common/foundation-navigation.phtml')
|
||
|
->renderPartialWithParams(['layout' => 'dropdown']);
|
||
|
|
||
|
?>
|
||
|
<?php echo $this->partial('common/search-form.phtml'); ?>
|
||
|
|
||
|
</aside>
|
||
|
</section>
|