The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit 9e3972b7 authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Merge branch 'release-2.3'

parents 05ee8216 4f475cc2
No related merge requests found
......@@ -7,7 +7,7 @@
. '<li><a href="' .$this->url('cart-home'). '">' .$this->transEsc('Cart'). '</a></li> '
. '<li class="active">' . $this->transEsc('Export Favorites') . '</li>';
?>
<h3><?=$this->transEsc('Export Favorites')?></h3>
<h2><?=$this->transEsc('Export Favorites')?></h2>
<?=$this->flashmessages()?>
......
......@@ -6,7 +6,7 @@
$this->layout()->breadcrumbs = '<li>' . $this->getLastSearchLink($this->transEsc('Search'), '', '</li> ') .
'<li class="active">' . $this->transEsc('bookbag_save_selected') . '</li>';
?>
<h3><?=$this->transEsc('bookbag_save_selected')?></h3>
<h2><?=$this->transEsc('bookbag_save_selected')?></h2>
<?=$this->flashmessages()?>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment