update main branch #47
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue