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'); ?> + + " + /> + + +

+

+ container; diff --git a/view/omeka/site/index.phtml b/view/omeka/site/index.phtml index 2fd59eb..4e681b1 100644 --- a/view/omeka/site/index.phtml +++ b/view/omeka/site/index.phtml @@ -47,7 +47,7 @@ $collections = $archiveSiteHelper->getCollections(); Site - Curator + Artist Collection Date diff --git a/view/omeka/site/item/show.phtml b/view/omeka/site/item/show.phtml index c1bbd53..5ab5508 100644 --- a/view/omeka/site/item/show.phtml +++ b/view/omeka/site/item/show.phtml @@ -31,7 +31,6 @@ if ($img_src) {
pageTitle($item->displayTitle(), 2); ?> -

diff --git a/view/omeka/site/page/show.phtml b/view/omeka/site/page/show.phtml index bd7aff9..2d4531e 100644 --- a/view/omeka/site/page/show.phtml +++ b/view/omeka/site/page/show.phtml @@ -26,7 +26,15 @@ if ($img_src) { -id(); */ ?> + + +id(); + $this->pageTitle($page->title()); + */ +?> publicNav();