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
No related branches found
No related tags found
No related merge requests found
......@@ -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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment