From e7603aa6b469bd175ca47fcc2bf55523880461ff Mon Sep 17 00:00:00 2001 From: raghunayyar Date: Thu, 17 Oct 2013 14:10:06 +0530 Subject: [PATCH] Updates ownCloud title to Application - ownCloud --- core/templates/layout.user.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index d30313a67c..9e1d8022ec 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -8,9 +8,10 @@ - <?php p(!empty($_['application'])?$_['application'].' | ':''); - p($theme->getTitle()); - p(trim($_['user_displayname']) != '' ?' ('.$_['user_displayname'].') ':'') ?> + <?php + p(!empty($_['application'])?$_['application'].' - ':''); + p($theme->getTitle()); + ?>