plugin('translate'); $escape = $this->plugin('escapeHtml'); $this->htmlElement('body')->appendAttribute('class', 'item resource show'); $embedMedia = $this->siteSetting('item_media_embed', false); $itemMedia = $item->media(); $showLayout = $this->themeSetting('show_layout'); ?> pages(); // set header image $img_src = $this->getHelperPluginManager()->get('archiveSiteMeta')->getSiteImage($site); if (!$img_src) { $img_src = '/themes/archive/asset/img/default-header-image.jpg'; } if ($this->site->title() == "Collections") { $image_height = "300px"; } else { $image_height = "200px"; } ?>