summaryrefslogtreecommitdiffstats
path: root/core/templates
diff options
context:
space:
mode:
authorraghunayyar <me@iraghu.com>2013-10-17 14:10:06 +0530
committerraghunayyar <me@iraghu.com>2013-10-17 14:10:06 +0530
commite7603aa6b469bd175ca47fcc2bf55523880461ff (patch)
tree9b02d6404e27fda10c2c770e1b1a8266ba2ef814 /core/templates
parent04783da829d76667079eda56d1f8b66d70813b3d (diff)
downloadnextcloud-server-e7603aa6b469bd175ca47fcc2bf55523880461ff.tar.gz
nextcloud-server-e7603aa6b469bd175ca47fcc2bf55523880461ff.zip
Updates ownCloud title to Application - ownCloud
Diffstat (limited to 'core/templates')
-rw-r--r--core/templates/layout.user.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php
index d30313a67cc..9e1d8022ecb 100644
--- a/core/templates/layout.user.php
+++ b/core/templates/layout.user.php
@@ -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">