Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion themes/bootstrap3/templates/collections/bytitle.phtml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php $this->layout()->breadcrumbs = '<a href="' . $this->url('collections-home') . '">' . $this->transEsc('Collections') . '</a>'; ?>
<?php $this->layout()->breadcrumbs = '<li><a href="' . $this->url('collections-home') . '">' . $this->transEsc('Collections') . '</a></li>'; ?>
<div id="bd">
<div id="yui-main" class="content">
<div class="disambiguationDiv" >
Expand Down
2 changes: 1 addition & 1 deletion themes/bootstrap3/templates/oai/home.phtml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
$this->headTitle($this->translate('OAI Server'));
$this->layout()->breadcrumbs = $this->transEsc('OAI Server');
$this->layout()->breadcrumbs = '<li>' . $this->transEsc('OAI Server') . '</li>';
$baseUrl = $this->url('oai-server');
?>
<div class="<?=$this->layoutClass('mainbody')?>">
Expand Down