removed abs reference to theme path so it is relative to assets location

This commit is contained in:
jorge 2021-07-28 17:36:27 +02:00
parent 74accb190f
commit d3580b8d75
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ $hasResults = false;
<?php
$img_src = $this->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";