From 050de008b1f648db4bb1381620a6d5ca3ab8583b Mon Sep 17 00:00:00 2001 From: Brice Maron Date: Sat, 2 Mar 2013 16:09:36 +0100 Subject: [PATCH] Avoid to display empty DisplayNames for menu and title --- core/templates/layout.user.php | 4 ++-- lib/templatelayout.php | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index 2b53cc0ae5..c823ee6b3a 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -2,7 +2,7 @@ <?php p(!empty($_['application'])?$_['application'].' | ':'') ?>ownCloud - <?php p(!empty($_['user_displayname'])?' ('.$_['user_displayname'].') ':'') ?> + @@ -34,7 +34,7 @@