mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Updates ownCloud title to Application - ownCloud
This commit is contained in:
parent
04783da829
commit
e7603aa6b4
1 changed files with 4 additions and 3 deletions
|
|
@ -8,9 +8,10 @@
|
|||
|
||||
<head data-user="<?php p($_['user_uid']); ?>" data-requesttoken="<?php p($_['requesttoken']); ?>">
|
||||
<title>
|
||||
<?php p(!empty($_['application'])?$_['application'].' | ':'');
|
||||
p($theme->getTitle());
|
||||
p(trim($_['user_displayname']) != '' ?' ('.$_['user_displayname'].') ':'') ?>
|
||||
<?php
|
||||
p(!empty($_['application'])?$_['application'].' - ':'');
|
||||
p($theme->getTitle());
|
||||
?>
|
||||
</title>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
|
|
|
|||
Loading…
Reference in a new issue