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"
|
title="an arc-hive project"
|
||||||
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">
|
||||||
<h2 class="site-description">an integrative digital bio-art platform</h2>
|
<?php echo $site->title(); ?>
|
||||||
|
</h1>
|
||||||
|
<h2 class="site-description">
|
||||||
|
an integrative digital bio-art platform
|
||||||
|
</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