Hi there,
can you please help with homepage display? Why I see "browse exhibit" and "contribute" in my main navigation in http://archaeovault.org/lhoth/
if I don't have these two links in the code in the header.php?
header.php:
<div id="primary-nav">
<ul class="navigation">
<?php echo public_nav_main(array('The Project' => uri('about'), 'The Volume'=>uri('exhibits/show/mirror'), 'Narratives'=>uri('exhibits'), 'Archive' => uri('items'), 'Activities' => uri('http%3A//archaeovault.org/lhoth/contribution'))); ?>
</div><!-- end primary-nav -->

