From 051cb7d96b238212535de9fd452c9cbbac4b84e8 Mon Sep 17 00:00:00 2001 From: Frank Karlitschek Date: Mon, 30 Apr 2012 13:08:32 +0200 Subject: [PATCH] show the username in the title. good idea. --- core/templates/layout.user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index df7897717f..674b185303 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().') ':'' ?>