1{* $Id$ *}
2<div class="mb-4 nohighlight">
3	{if $prefs.feature_search_show_search_box eq 'y'}
4		{filter action="tiki-searchindex.php" filter=$filter}{/filter}
5	{/if}
6</div><!--nohighlight-->
7	{* do not change the comment above, since smarty 'highlight' outputfilter is hardcoded to find exactly this... instead you may experience white pages as results *}
8
9{if isset($results)}
10	{$results}
11{/if}
12