fix/20210728 #14
|
@ -12,22 +12,24 @@
|
||||||
alt="arc-hive logo" />
|
alt="arc-hive logo" />
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<h1 class="site-name"><?php echo $site->title(); ?></h1>
|
<h1 class="site-name"><?php echo $site->title(); ?></h1>
|
||||||
<h2 class="site-description">an integrative digital bio-art platform</h2>
|
<h2 class="site-description">
|
||||||
|
<?php if ($site_meta_values != null): ?>
|
||||||
|
<?= $site_meta_values['description']; ?><br />
|
||||||
|
<?php else; ?>
|
||||||
|
an integrative digital bio-art platform
|
||||||
|
<?php endif; ?>
|
||||||
|
</h2>
|
||||||
</a>
|
</a>
|
||||||
</main>
|
</main>
|
||||||
<nav>
|
<nav>
|
||||||
<menu class="">
|
<menu class="">
|
||||||
<ul>
|
<?php //
|
||||||
<li>
|
// Segun el diseño, este menu no existe
|
||||||
Segun el diseño, este menu no existe
|
// ----------
|
||||||
</li>
|
// echo $site->publicNav()
|
||||||
</ul>
|
// ->menu()
|
||||||
<?php /*
|
// ->setPartial('common/foundation-navigation.phtml')
|
||||||
echo $site->publicNav()
|
// ->renderPartialWithParams(['layout' => 'dropdown']);
|
||||||
->menu()
|
|
||||||
->setPartial('common/foundation-navigation.phtml')
|
|
||||||
->renderPartialWithParams(['layout' => 'dropdown']);
|
|
||||||
*/
|
|
||||||
?>
|
?>
|
||||||
</menu>
|
</menu>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
Loading…
Reference in New Issue