From e27a4092871482fcaffef5672d5623f2f9f9e881 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt <hey@jancborchardt.net> Date: Fri, 16 May 2014 17:11:51 +0200 Subject: show appname next to logo for better hint at navigation --- core/templates/layout.user.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'core/templates/layout.user.php') diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index d551c53521b..891221227c7 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -47,6 +47,10 @@ <header><div id="header"> <a href="<?php print_unescaped(link_to('', 'index.php')); ?>" title="" id="owncloud"> <div class="logo-wide svg"></div> + <div class="header-appname"> + <?php p(!empty($_['application'])?$_['application']:''); ?> + </div> + <div class="icon-caret"></div> </a> <div id="logo-claim" style="display:none;"><?php p($theme->getLogoClaim()); ?></div> <div id="settings" class="svg"> -- cgit v1.2.3