(Extensions -> Search -> Help)
Ronny(optional) submit="Submit" - Text to place into the submit button
(optional) searchtext="null" - Text to place into the search box
Ronny(optional) submit="Submit" - Text to place into the submit button
(optional) searchtext="null" - Text to place into the search box
Code: Select all
<h3>{$searchresultsfor} "{$phrase}"</h3>
{if $itemcount > 0}
<ul>
{foreach from=$results item=entry}
<li>{$entry->title} - <a href="{$entry->url}">{$entry->urltxt}</a>
({$entry->weight}%)</li>
{/foreach}
</ul>
<p>{$timetaken}: {$timetook}</p>
{else}
<p><strong>{$noresultsfound}</strong></p>
{/if}