Skip to content
Snippets Groups Projects
Commit 8360c53d authored by Dorian Merz's avatar Dorian Merz Committed by Robert Lange
Browse files

refs #19767 [fid_bbi] set head title of home page to "Home"

plus: remove BBI-specific German translation
parent 542e2e81
Branches
Tags
No related merge requests found
...@@ -21,7 +21,6 @@ Email = "E-Mail" ...@@ -21,7 +21,6 @@ Email = "E-Mail"
Email this = "Versenden" Email this = "Versenden"
Email this Search = "Versenden" Email this Search = "Versenden"
Get RSS Feed = "RSS-Feed" Get RSS Feed = "RSS-Feed"
Home = "Home"
Local Subjects = "Lokale Schlagworte" Local Subjects = "Lokale Schlagworte"
Remove all Filters = "Alle Filter entfernen" Remove all Filters = "Alle Filter entfernen"
Subjects = "Schlagworte" Subjects = "Schlagworte"
......
<!-- fid_bbi: search - home --> <!-- fid_bbi: search - home -->
<?php <?php
$this->headTitle($this->transEsc('LibraryName')); $this->headTitle($this->transEsc('Home'));
$this->layout()->breadcrumbs = false; $this->layout()->breadcrumbs = false;
?> ?>
......
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