<h1><?php echo $this->hyperlink($this->setting('installation_title', 'Omeka S'), $this->url('top', ['action' => 'index'])); ?></h1>
<h2><?php echo $this->translate('Advanced item search'); ?></h2>

<?php echo $this->partial(
    'common/cross-site-search/advanced-item-form.phtml',
    ['action' => $this->url(null, ['action' => 'results'], true)]
); ?>