Skip to content
Snippets Groups Projects
Commit e561644b authored by Demian Katz's avatar Demian Katz Committed by Robert Lange
Browse files

Fix mismatched slot names. (#1722)

parent d71f522c
No related merge requests found
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<?php $this->slot('search-home-hero')->start() ?> <?php $this->slot('search-home-hero')->start() ?>
<?=$this->context($this)->renderInContext("search/searchbox.phtml", ['ignoreHiddenFilterMemory' => true])?> <?=$this->context($this)->renderInContext("search/searchbox.phtml", ['ignoreHiddenFilterMemory' => true])?>
<?=$this->inlineScript(\Laminas\View\Helper\HeadScript::SCRIPT, '$("#searchForm_lookfor").focus();', 'SET'); ?> <?=$this->inlineScript(\Laminas\View\Helper\HeadScript::SCRIPT, '$("#searchForm_lookfor").focus();', 'SET'); ?>
<?=$this->slot('search-home')->end() ?> <?=$this->slot('search-home-hero')->end() ?>
</div> </div>
<?=implode('', array_map([$this, 'contentBlock'], $blocks ?? []))?> <?=implode('', array_map([$this, 'contentBlock'], $blocks ?? []))?>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment