{* load lang file *} {config_load file="lang`$smarty.const.PLANG`.txt" section="search"}

{#search#}

{#find#}:  {#inSec#}:

{#help#}

{if $smarty.post.word}

{#res1#} ({#total#} {$searchTotal}{if $searchTotal > 25}, {#shown#} 25{/if})

{if $searchResults}
    {foreach from=$searchResults item=entry}
  1. {$entry.subject} {if $entry.comments}({$entry.commentcount}){/if} {$entry.intime|date_format:'%d.%m.%Y // %H:%M'}
    {$entry.content|strip_tags|truncate:255}
  2. {/foreach}
{else}

{#noJoy#}

{/if} {/if}