]> source.dussan.org Git - nextcloud-server.git/commitdiff
show the username in the title. good idea.
authorFrank Karlitschek <frank@oc.(none)>
Mon, 30 Apr 2012 11:08:32 +0000 (13:08 +0200)
committerFrank Karlitschek <frank@oc.(none)>
Mon, 30 Apr 2012 11:08:32 +0000 (13:08 +0200)
core/templates/layout.user.php

index df7897717f64f02898531c1fccbe5c3ec9508408..674b1853037467761bc62403aa4e526270f7ab0d 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
        <head>
-               <title><?php echo isset($_['application']) && !empty($_['application'])?$_['application'].' | ':'' ?>ownCloud</title>
+               <title><?php echo isset($_['application']) && !empty($_['application'])?$_['application'].' | ':'' ?>ownCloud <?php echo OC_User::getUser()?' ('.OC_User::getUser().') ':'' ?></title>
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
                <link rel="shortcut icon" href="<?php echo image_path('', 'favicon.png'); ?>" /><link rel="apple-touch-icon-precomposed" href="<?php echo image_path('', 'favicon-touch.png'); ?>" />
                <?php foreach($_['cssfiles'] as $cssfile): ?>