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
Branches
Tags
No related merge requests found
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
<?php endforeach; ?> <?php endforeach; ?>
<?php endif; ?> <?php endif; ?>
<?=$this->flashmessages()?> <?=$this->flashmessages()?>
<nav class="search-header hidden-print"> <div class="search-header hidden-print">
<div class="search-stats"> <div class="search-stats">
<?php if ($recordTotal > 0): ?> <?php if ($recordTotal > 0): ?>
<?=$this->context()->renderInContext('search/controls/showing.phtml', ['lookfor' => $lookfor, 'recordTotal' => $recordTotal]) ?> <?=$this->context()->renderInContext('search/controls/showing.phtml', ['lookfor' => $lookfor, 'recordTotal' => $recordTotal]) ?>
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
<?=$this->render('search/controls/view.phtml')?> <?=$this->render('search/controls/view.phtml')?>
</div> </div>
<?php endif; ?> <?php endif; ?>
</nav> </div>
<?php /* End Listing Options */ ?> <?php /* End Listing Options */ ?>
<?php if ($recordTotal < 1): ?> <?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