We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90a1aea commit b684c18Copy full SHA for b684c18
core/templates/layout.public.php
@@ -10,7 +10,7 @@
10
<meta charset="utf-8">
11
<title>
12
<?php
13
- p(!empty($_['pageTitle']) && $_['pageTitle'] !== $_['application'] ? $_['pageTitle'] . ' - ' : '');
+ p(!empty($_['pageTitle']) && (empty($_['application']) || $_['pageTitle'] !== $_['application']) ? $_['pageTitle'] . ' - ' : '');
14
p(!empty($_['application']) ? $_['application'] . ' - ' : '');
15
p($theme->getTitle());
16
?>
0 commit comments