From: Frank Karlitschek Date: Mon, 30 Apr 2012 11:08:32 +0000 (+0200) Subject: show the username in the title. good idea. X-Git-Tag: v4.0.0beta~141 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=051cb7d96b238212535de9fd452c9cbbac4b84e8;p=nextcloud-server.git show the username in the title. good idea. --- diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index df7897717f6..674b1853037 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -1,7 +1,7 @@ - <?php echo isset($_['application']) && !empty($_['application'])?$_['application'].' | ':'' ?>ownCloud + <?php echo isset($_['application']) && !empty($_['application'])?$_['application'].' | ':'' ?>ownCloud <?php echo OC_User::getUser()?' ('.OC_User::getUser().') ':'' ?>