<?php
	// results fragments requested via ajax should be an empty response
	if ($_GET['ajax'] != 'true'):
?>
<?= _("no entries found")?>
<?php
	endif;
?>