Compare commits
5 Commits
399dcfdcaf
...
74accb190f
Author | SHA1 | Date |
---|---|---|
jorge | 74accb190f | |
jorge | 329d78f6dc | |
jorge | e658789359 | |
jorge | 80caa7c4c4 | |
jorge | d08179aa3b |
|
@ -11,23 +11,23 @@
|
|||
title="an arc-hive project"
|
||||
alt="arc-hive logo" />
|
||||
<?php endif; ?>
|
||||
<h1 class="site-name"><?php echo $site->title(); ?></h1>
|
||||
<h2 class="site-description">an integrative digital bio-art platform</h2>
|
||||
<h1 class="site-name">
|
||||
<?php echo $site->title(); ?>
|
||||
</h1>
|
||||
<h2 class="site-description">
|
||||
an integrative digital bio-art platform
|
||||
</h2>
|
||||
</a>
|
||||
</main>
|
||||
<nav>
|
||||
<menu class="">
|
||||
<ul>
|
||||
<li>
|
||||
Segun el diseño, este menu no existe
|
||||
</li>
|
||||
</ul>
|
||||
<?php /*
|
||||
echo $site->publicNav()
|
||||
->menu()
|
||||
->setPartial('common/foundation-navigation.phtml')
|
||||
->renderPartialWithParams(['layout' => 'dropdown']);
|
||||
*/
|
||||
<?php //
|
||||
// Segun el diseño, este menu no existe
|
||||
// ----------
|
||||
// echo $site->publicNav()
|
||||
// ->menu()
|
||||
// ->setPartial('common/foundation-navigation.phtml')
|
||||
// ->renderPartialWithParams(['layout' => 'dropdown']);
|
||||
?>
|
||||
</menu>
|
||||
</nav>
|
||||
|
|
Loading…
Reference in New Issue