In the items/browse.php, I have added filters to the secondary nav menu so that users can search by item type, i.e. image, document, audio, etc. in addition to browsing all of the items or browsing the tags.
It all works, except that I am left with two
Here's the problem in action:
`<ul class="navigation" id="secondary-nav">
<li class="nav-view-all current"><a href="/omeka/items/browse/">View All</a></li>
<li class="nav-images current"><a href="/omeka/items/browse/?type=6">Images</a></li>
</ul>`
Does anyone have any insight?

