Browse Source

Updates ownCloud title to Application - ownCloud

tags/v6.0.0beta2
raghunayyar 10 years ago
parent
commit
e7603aa6b4
1 changed files with 4 additions and 3 deletions
  1. 4
    3
      core/templates/layout.user.php

+ 4
- 3
core/templates/layout.user.php View File

@@ -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…
Cancel
Save