Skip to content

Commit

Permalink
Create headings for settings pages
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaKirschenheuter committed Feb 9, 2023
1 parent 1c4c596 commit 1c57a68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/templates/layout.user.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<title>
<?php
p(!empty($_['pageTitle'])?$_['pageTitle'].' - ':'');
p(!empty($_['application'])?$_['application'].' - ':'');
p($theme->getTitle());
?>
p(!empty($_['application'])?$_['application'].' - ':'');
p($theme->getTitle());
?>
</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

Expand Down

0 comments on commit 1c57a68

Please sign in to comment.