itemType; ?>
searchPlace != 'top') :
if (!empty($moduleData['h1_text'])) :
echo '
' . $moduleData['h1_text'] . '
';
endif;
endif;
if (!empty($allData->hitsFound)) :
echo '' . $allData->hitsFound . '
';
endif;
if (!empty($allData->paging)) :
echo $allData->paging;
endif;
if ($allData->items) :
foreach ($allData->items as $itemData) :
include 'incl-list-item.html';
endforeach;
else :
echo '
' . $allData->translation['NoSearchResult'] . '
';
endif;
if (!empty($allData->paging)) :
echo $allData->paging;
endif; ?>