From 2b946eb49536d84039d505406b547fabf800388e Mon Sep 17 00:00:00 2001 From: elsenhans Date: Fri, 15 Dec 2023 11:13:49 +0100 Subject: [PATCH] add list element around collections-bytitle and oai-home breadcrumbs --- themes/bootstrap3/templates/collections/bytitle.phtml | 2 +- themes/bootstrap3/templates/oai/home.phtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/bootstrap3/templates/collections/bytitle.phtml b/themes/bootstrap3/templates/collections/bytitle.phtml index 3157683e8ef..920e7717fbf 100644 --- a/themes/bootstrap3/templates/collections/bytitle.phtml +++ b/themes/bootstrap3/templates/collections/bytitle.phtml @@ -1,4 +1,4 @@ -layout()->breadcrumbs = '' . $this->transEsc('Collections') . ''; ?> +layout()->breadcrumbs = '
  • ' . $this->transEsc('Collections') . '
  • '; ?>
    diff --git a/themes/bootstrap3/templates/oai/home.phtml b/themes/bootstrap3/templates/oai/home.phtml index b96ca598ad0..8e55d11ac8d 100644 --- a/themes/bootstrap3/templates/oai/home.phtml +++ b/themes/bootstrap3/templates/oai/home.phtml @@ -1,6 +1,6 @@ headTitle($this->translate('OAI Server')); - $this->layout()->breadcrumbs = $this->transEsc('OAI Server'); + $this->layout()->breadcrumbs = '
  • ' . $this->transEsc('OAI Server') . '
  • '; $baseUrl = $this->url('oai-server'); ?>