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 b684c18 commit 5786fcbCopy full SHA for 5786fcb
core/templates/layout.user.php
@@ -24,7 +24,7 @@
24
<meta charset="utf-8">
25
<title>
26
<?php
27
- p(!empty($_['pageTitle']) && $_['pageTitle'] !== $_['application'] ? $_['pageTitle'] . ' - ' : '');
+ p(!empty($_['pageTitle']) && (empty($_['application']) || $_['pageTitle'] !== $_['application']) ? $_['pageTitle'] . ' - ' : '');
28
p(!empty($_['application']) ? $_['application'] . ' - ' : '');
29
p($theme->getTitle());
30
?>
0 commit comments