From 34079c72d3fc93816728409268292a8aad9791a7 Mon Sep 17 00:00:00 2001 From: Alexander Purr <purr@ub.uni-leipzig.de> Date: Thu, 4 May 2023 13:03:54 +0200 Subject: [PATCH] refs #23866 [fid_adlr] use default header at advanced search --- themes/fid_adlr/templates/search/advanced/layout.phtml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/fid_adlr/templates/search/advanced/layout.phtml b/themes/fid_adlr/templates/search/advanced/layout.phtml index b713e22bdfe..948451777d2 100644 --- a/themes/fid_adlr/templates/search/advanced/layout.phtml +++ b/themes/fid_adlr/templates/search/advanced/layout.phtml @@ -4,7 +4,8 @@ $this->headTitle($this->translate('Advanced Search')); // Disable top search box -- this page has a special layout. - $this->layout()->searchbox = false; + // finc: reenable searchbox by commenting out following line - refs #22361 + //$this->layout()->searchbox = false; // Set up breadcrumbs: $this->layout()->breadcrumbs = '<li>'; -- GitLab