From d3580b8d7536f99f2288609c393f6071066cd8f8 Mon Sep 17 00:00:00 2001 From: jorge-hangar Date: Wed, 28 Jul 2021 17:36:27 +0200 Subject: [PATCH] removed abs reference to theme path so it is relative to assets location --- view/common/cross-site-search/results.phtml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/view/common/cross-site-search/results.phtml b/view/common/cross-site-search/results.phtml index 78d42b1..1ef7c84 100644 --- a/view/common/cross-site-search/results.phtml +++ b/view/common/cross-site-search/results.phtml @@ -11,7 +11,8 @@ $hasResults = false; getHelperPluginManager()->get('archiveSiteMeta')->getSiteImage($this->site); if (!$img_src) { - $img_src = '/themes/archive/asset/img/default-header-image.jpg'; + //$img_src = '/themes/archive/asset/img/default-header-image.jpg'; + $img_src = $this->assetUrl('img/ARC-HIVE-logo.svg'); } if ($this->site->title() == "Collections") { $image_height = "300px";