Skip to content
Snippets Groups Projects
Commit fe1df961 authored by Raghu Nayyar's avatar Raghu Nayyar
Browse files

Merge pull request #5376 from owncloud/fix-title-ownCloud

Updates ownCloud title to Application - ownCloud
parents b70d67d4 e7603aa6
Branches
No related tags found
No related merge requests found
...@@ -8,9 +8,10 @@ ...@@ -8,9 +8,10 @@
<head data-user="<?php p($_['user_uid']); ?>" data-requesttoken="<?php p($_['requesttoken']); ?>"> <head data-user="<?php p($_['user_uid']); ?>" data-requesttoken="<?php p($_['requesttoken']); ?>">
<title> <title>
<?php p(!empty($_['application'])?$_['application'].' | ':''); <?php
p(!empty($_['application'])?$_['application'].' - ':'');
p($theme->getTitle()); p($theme->getTitle());
p(trim($_['user_displayname']) != '' ?' ('.$_['user_displayname'].') ':'') ?> ?>
</title> </title>
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment