' . $name .'
'; if ($filter && str_contains(cleanstring($content), cleanstring($filter))) { $pos = strpos(cleanstring($content), cleanstring($$filter)); echo '
' . $filter . substr($content, $pos + strlen($filter), 42) . '
'; } echo'
'; } ?>