diff --git a/asset/css/archive.css b/asset/css/archive.css new file mode 100644 index 0000000..283b9e4 --- /dev/null +++ b/asset/css/archive.css @@ -0,0 +1,8 @@ + + +.archive-logo { + width: 80px; +} +.archive-page-title { + text-align: center; +} diff --git a/asset/img/arc-hive-logo.jpg b/asset/img/arc-hive-logo.jpg new file mode 100644 index 0000000..8ede09c Binary files /dev/null and b/asset/img/arc-hive-logo.jpg differ diff --git a/view/layout/layout.phtml b/view/layout/layout.phtml index f08446f..6ccf645 100644 --- a/view/layout/layout.phtml +++ b/view/layout/layout.phtml @@ -20,6 +20,7 @@ $this->headScript()->prependFile($this->assetUrl('js/global.js', 'Omeka')); $this->headScript()->prependFile($this->assetUrl('js/expand-site-list-item.js')); $this->headScript()->prependFile($this->assetUrl('vendor/jquery/jquery.min.js', 'Omeka')); +$this->headLink()->prependStylesheet($this->assetUrl("css/archive.css")); $this->trigger('view.layout'); $title = $this->pageTitle($site->title()); $userBar = $this->userBar(); @@ -29,11 +30,12 @@ $this->htmlElement('body')->appendAttribute('class', $navLayout . '-menu'); if ($userBar) { $this->htmlElement('body')->appendAttribute('class', 'user-bar'); } - +/* $logo = $this->themeSettingAssetUrl('logo'); if ($logo): $title = ''; endif; +*/ ?> doctype(); ?> htmlElement('html'); ?> @@ -58,8 +60,18 @@ endif; translate('Skip to main content'); ?> + + " + /> + + +