Skip to content
Snippets Groups Projects
Commit d88db6b6 authored by Chris Hallberg's avatar Chris Hallberg Committed by Demian Katz
Browse files

Search header isn't really a nav.

parent 15817131
No related merge requests found
......@@ -59,7 +59,7 @@
<?php endforeach; ?>
<?php endif; ?>
<?=$this->flashmessages()?>
<nav class="search-header hidden-print">
<div class="search-header hidden-print">
<div class="search-stats">
<?php if ($recordTotal > 0): ?>
<?=$this->context()->renderInContext('search/controls/showing.phtml', ['lookfor' => $lookfor, 'recordTotal' => $recordTotal]) ?>
......@@ -78,7 +78,7 @@
<?=$this->render('search/controls/view.phtml')?>
</div>
<?php endif; ?>
</nav>
</div>
<?php /* End Listing Options */ ?>
<?php if ($recordTotal < 1): ?>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment