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) :
if ($allData->columns == 3) :
$addToItemClass = '3';
else :
$addToItemClass = '';
endif; ?>
items as $itemData) :
include 'incl-tiles-item.html';
endforeach; ?>
' . $allData->translation['NoSearchResult'] . '
';
endif;
if (!empty($allData->paging)) :
echo $allData->paging;
endif; ?>