'; } /* Return found articles */ ?>
:
 
'.$hesklang['nsfo'].''; } else { $max_score = 0; while ($article = hesk_dbFetchAssoc($res)) { if ($article['score'] > $max_score) { $max_score = $article['score']; } if ($max_score && ($article['score'] / $max_score) < 0.25) { break; } $txt = strip_tags($article['content']); if (strlen($txt) > $hesk_settings['kb_substrart']) { $txt = substr($txt, 0, $hesk_settings['kb_substrart']).'...'; } echo ' '.$article['subject'].'
'.$txt.'

'; } } ?>