Skip to content
Snippets Groups Projects
Commit 4c4380c2 authored by Demian Katz's avatar Demian Katz
Browse files

Added missing template.

parent 71a23538
No related merge requests found
<? $suggestions = $this->recommend->getSuggestions(); if (!empty($suggestions)): ?>
<div class="info">
<p><?=$this->transEsc('switchquery_intro')?></p>
<ul>
<? foreach ($suggestions as $desc => $query): ?>
<li><?=$this->transEsc($desc)?>: <a href="<?=$this->recommend->getResults()->getUrlQuery()->setSearchTerms($query)?>"><?=$this->escapeHtml($query)?></a>.</li>
<? endforeach; ?>
</ul>
</div>
<? endif; ?>
\ No newline at end of file
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